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 - download
Index: ┃ T a

⟦8b9425456⟧ TextFile

    Length: 544 (0x220)
    Types: TextFile
    Names: »abrv.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/ease/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 */