/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
/* $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/B/src/bsmall/b2fil.h,v 1.1.1.1 2018/04/24 16:12:54 root Exp $ */

/* File accessing */

value f_save();			/* temporarily copy a file to somewhere safe */
/* Procedure f_edit(); */	/* call the editor for a file */
/* Procedure f_rename(); */	/* rename a file */
/* Procedure f_delete(); */	/* delete a file */
value f_uname();		/* devise a filename for a unit */
value f_tname();		/* devise a filename for a target */
unsigned f_size();		/* size of a file */
bool f_exists();		/*enquire if a file exists*/
bool f_interactive();		/*enquire if a file is the keyboard/screen*/
/* Procedure lst_uhds(); */	/*list the headings of units*/

#define FHW '\''
#define FZR '<'
#define FMN '"'
#define FDY '>'
