|
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 - downloadIndex: T s
Length: 720 (0x2d0) Types: TextFile Names: »sys.h«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./DVIware/lpr-viewers/dvitty/sys.h« └─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/dvitty/sys.h« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/lpr-viewers/dvitty/sys.h«
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;