home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 223_02 / zzfio.mac < prev   
Text File  |  1989-02-23  |  640b  |  19 lines

  1.  
  2. ;    File i/o storage varibles
  3. ;
  4. ;
  5. ZZUNIT::    DS    2    ;I/O structure address to act on
  6. ZZIP::        DS    2    ;int *ZZIP;
  7. ZZCHP::        DS    2    ;char *ZZCHP;
  8. ZZDP::        DS    2    ;char *ZZDP;
  9. ZZFILE::    DS    2    ;file name
  10. ZZMODE::    DS    2    ;char *mode;(read or write)
  11. ZZCH::        DS    2    ;char ch;
  12. ZZT::        DS    2    ;int t;
  13. ZZFN::        DS    2    ;int ZZFN;    i/o function (for cpmio)
  14. ZZNUBU::    DS    2    ;# TEMPORARY BUFFER STORAGE 
  15. ZZMXSC::    DS    1    ;# SECTOR COUNTER
  16. ZZSVCH::    DS    2    ;char *ZZSVCH;    saved character    pointer
  17.  
  18.         END
  19.