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 a

⟦9649e3005⟧ TextFile

    Length: 541 (0x21d)
    Types: TextFile
    Names: »abrv.h«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/maketd/abrv.h« 

TextFile

/* include srtunq.h first */

#define MXABR 26		/* upper case chars used */
extern char *abrvtbl[];		/* translation table strings */
extern int abrvlen[];		/* string lengths (for speed) */
extern SRTUNQ abrv;		/* include file abrevs */

/* abbreviation fucntions */
extern int lngsrt();		/* compare function for abrevs */
extern char *hincl();		/* optimizer for include paths */
extern void srchincl();		/* find [A-Z] makefile defines */
extern void abrvsetup();	/* create abrvs, write them */
extern int findabr();		/* find longest abrv */