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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-12-16
|
222 b
|
8 lines
{ File "pointer" for portable IO package. }
package Filep_type type Filep; -- Filep is abstract.
type
Filep = Cardinal; {Actual structure is private}
const
Null_filep = Filep(65535);
end;