/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */

/*
  $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/B/src/bint/b0fil.h,v 1.1.1.1 2018/04/24 16:12:58 root Exp $
*/

/* Declarations for variables containing file names. */
/* The corresponding initializations are in b0fil.c. */

extern char *bpermfile;
extern char *tempfile;
extern char *messfile;

#ifndef INTEGRATION
extern char *editorfile;
#endif

#define BPERMFILE bpermfile
