|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 430 (0x1ae) Types: TextFile Names: »P-mft_ext.h«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/mfware/P-mft_ext.h«
procedure exit(x : integer); external; procedure lineread(var f:textfile); external; procedure linewrite(var f:textfile; cnt:integer); external; function testeof(var f:textfile):boolean; external; (* now, some routines to implement paths for file names. These are borrowed from Howard Trickey's dvitype *) procedure setpaths; external; function testaccess(accessmode:integer; filepath:integer): boolean; external;