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 f

⟦0968726b8⟧ TextFile

    Length: 692 (0x2b4)
    Types: TextFile
    Names: »findfile.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/dvi-to-ps/pdvi2ps/findfile.h« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/pdvi2ps/findfile.h« 

TextFile

/* modified by Peter Damron 1987 University of Washington */
/*---------------------------------------------------------------------*/
/* $Header: findfile.h,v 2.0 88/06/07 15:02:08 peterd Rel2 $ */
/*---------------------------------------------------------------------*/
/* findfile.h
 * Copyright 1985 Massachusetts Institute of Technology
 */
/* forward declarations and interface */

extern int FindFontFile();
/* int FindFontFile(dirvec,dirveclen, fontname, mag, fullpathname, nname, nmag)
 *     char *dirvec[],*area,*fontname,*fullpathname,*nname;
 *     int dirveclen,mag,*nmag;
 */

extern void Warning();

/*---------------------------------------------------------------------*/