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 - download
Index: ┃ T s

⟦5f57b25b4⟧ TextFile

    Length: 720 (0x2d0)
    Types: TextFile
    Names: »sys.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/dvitty/sys.h« 

TextFile

procedure exit(i : integer); external;			{ in libc }

procedure setpos(var f : DVIfiletype; p, m : integer); external;

function sizef(var f : DVIfiletype) : integer; external;

procedure delete(var f : text); external;

function readp(var filename : string) : boolean; external;

function writep(var filename : string) : boolean; external;

procedure tostdout(var f  :text); external;

procedure tostderr(var f : text); external;

function ttyp(var f :text) : boolean; external;

function popenp(var f :text; var path : pathtype;
                                pathpgm : boolean) : boolean; external;

procedure pcloseit(var f :text); external;

function envargs(var optch :char; var str :string) : boolean; external;