|
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 f
Length: 1208 (0x4b8) Types: TextFile Names: »futil.defines«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/fontutil/futil.defines«
{This file is concated by ./convert to the beginning of the Pascal code that tangle outputs. The idea is to put all these things, which are defined in either .h or .c file, into web2c's symbol table, so that we can access them from a change file. web2c.yacc can parse these @define commands.} @define const false; @define const FILENAMESIZE; @define const PKFILEPATH; @define const stdout; @define const TFMFILEPATH; @define const true; @define function abs (); @define function chr (); @define function eof (); @define function eoln (); @define function fabs (); @define function odd (); @define function round (); @define function testreadaccess (); @define function toint (); @define procedure argv (); @define procedure printpascalstring (); @define procedure printreal(); @define procedure putbyte (); @define procedure read (); @define procedure readln (); @define procedure reset (); @define procedure rewrite (); @define procedure setpaths; @define procedure uexit (); @define procedure write (); @define procedure writeln (); @define type boolean = 0..1; @define type ccharpointer; @define type char = 0..255; @define type integer; @define type real; @define type text; @define var argc;