1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
   2: /* $Header: b2fil.h,v 1.1 84/06/28 00:48:48 timo Exp $ */
   3: 
   4: /* File accessing */
   5: 
   6: value f_save();         /* temporarily copy a file to somewhere safe */
   7: /* Procedure f_edit(); */   /* call the editor for a file */
   8: /* Procedure f_rename(); */ /* rename a file */
   9: /* Procedure f_delete(); */ /* delete a file */
  10: value f_uname();        /* devise a filename for a unit */
  11: value f_tname();        /* devise a filename for a target */
  12: unsigned f_size();      /* size of a file */
  13: bool f_exists();        /*enquire if a file exists*/
  14: bool f_interactive();       /*enquire if a file is the keyboard/screen*/
  15: /* Procedure lst_uhds(); */ /*list the headings of units*/
  16: 
  17: #define FHW '\''
  18: #define FZR '<'
  19: #define FMN '"'
  20: #define FDY '>'
Last modified: 1985-08-27
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1732
Valid CSS Valid XHTML 1.0 Strict