home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 4.ddi / LIB / SRC / FILEP.PF < prev    next >
Encoding:
Text File  |  1990-12-16  |  222 b   |  8 lines

  1. { File "pointer" for portable IO package. }
  2. package Filep_type type Filep;    -- Filep is abstract.
  3.    type
  4.       Filep = Cardinal;       {Actual structure is private}
  5.    const
  6.       Null_filep = Filep(65535);
  7.    end;
  8.