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 d

⟦379cd444f⟧ TextFile

    Length: 598 (0x256)
    Types: TextFile
    Names: »dvitovdu.h«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦883b7f77d⟧ »dvi2vdu.tar.Z« 
        └─⟦f158c222e⟧ 
            └─⟦this⟧ »dvi2vdu/dvi2vdu-1.1J/src/dvitovdu.h« 

TextFile

/* include file for all dvitovdu files defines values for general use */
/*
   This version converted to C and ported to BSD and System V UNIX by
   some chaps at Kernel Technology up to September 1989.  Contact
   mjh@uk.co.kernel (Mark J. Hewitt) with bug fixes etc.
 
   Involved were:	Mark J. Hewitt
   			Dave Dixon
			Marc Hadley
*/
 
static char *sccsid_dvi[] = "@(#)dvitovdu.h	1.1";
 
Void (*StartText)();
Void (*ClearScreen)();
Void (*ResetVDU)();
Void (*ClearTextLine)();
Void (*MoveToTextLine)();
Void (*StartGraphics)();
Void (*LoadFont)();
Void (*ShowChar)();
Void (*ShowRectangle)();