DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦66a3a0be8⟧ TextFile

    Length: 430 (0x1ae)
    Types: TextFile
    Names: »P-mft_ext.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/mfware/P-mft_ext.h« 

TextFile

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;