home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff339.lzh / PCQ / Runtime.lzh / Runtime / FileRec.i < prev    next >
Text File  |  1989-11-10  |  328b  |  20 lines

  1.  
  2. *    FileRec.i
  3. *        of the PCQ Pascal runtime library
  4. *
  5. *    This file just defines the offsets into the File Record.  It's
  6. *    used by many of the reading, writing, opening and closing routines.
  7. *
  8.  
  9. HANDLE    EQU    0
  10. NEXT    EQU    4
  11. BUFFER    EQU    8
  12. CURRENT    EQU    12
  13. LAST    EQU    16
  14. MAX    EQU    20
  15. RECSIZE    EQU    24
  16. INTERACTIVE    EQU    28
  17. EOF    EQU    29
  18. ACCESS    EQU    30
  19.  
  20.