home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prt_util / prlabel.lha / myio.h < prev    next >
Text File  |  1992-09-26  |  135b  |  9 lines

  1. #define MYIO_MAXBUFF 80
  2.  
  3. typedef struct
  4. {
  5.    int   firstcall,
  6.          ngot,
  7.          bufptr;
  8.    char  buffer[MYIO_MAXBUFF];
  9. }  IOBUFF;