home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol126 / dio.h < prev    next >
Text File  |  1984-04-29  |  433b  |  13 lines

  1. /*June 27, 1983 eliminate directed input*/
  2. /*??? modified by EEB Nov 82 for dioinit(),dioflush() */
  3. /*
  4.     External data used by DIO.C for directed I/O simulation:
  5.     (BDSCIO.H must also be #included in the main file.)
  6. */
  7.  
  8. char _doflag;    /* flag if directed /O being used */
  9. char  **_nullpos; /*???*/
  10. char _dobuf[BUFSIZ];    /* /O buffer used for direction  */
  11. char sav_out_file[20];    /*??? added to work with dioinit
  12.                 and dioflush() ???*/
  13.