1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ 2: 3: /* 4: $Header: b0fil.h,v 1.4 85/08/22 16:41:24 timo Exp $ 5: */ 6: 7: /* Declarations for variables containing file names. */ 8: /* The corresponding initializations are in b0fil.c. */ 9: 10: extern char *bpermfile; 11: extern char *tempfile; 12: extern char *messfile; 13: 14: #ifndef INTEGRATION 15: extern char *editorfile; 16: #endif 17: 18: #define BPERMFILE bpermfile