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
Index: T p

⟦dc4d1f215⟧ TextFile

    Length: 736 (0x2e0)
    Types: TextFile
    Names: »pktogf_ext.SYS_V.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/Unsupported/MFpxl/mfware/pktogf_ext.SYS_V.h« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦beba6c409⟧ »unix3.0/Unsupported.tar.Z« 
        └─⟦25c524ae4⟧ 
            └─⟦this⟧ »Unsupported/MFpxl/mfware/pktogf_ext.SYS_V.h« 

TextFile

{ $Header: pktopx_ext.h,v 2.2 86/01/30 20:05:32 richards Released $ }

{ External C routines to suppliment run-time library for PKtoPX }

function bopenin(var f: bytefile; var bname: UNIXfilename;
			pathsel: integer): boolean;
    external C;

function bopenout(var f: bytefile; var bname: UNIXfilename): boolean;
    external C;

function beof(var f: bytefile): boolean;
    external C;

procedure bsetptr(var f: bytefile; var ptr: integer);
    external C;

function breadunsigned(var f: bytefile): integer;
    external C;

function bread2unsigned(var f: bytefile): integer;
    external C;

function bread4signed(var f: bytefile): integer;
    external C;

procedure bwritebyte(var f: bytefile; byteval: integer);
    external C;