|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T a
Length: 544 (0x220) Types: TextFile Names: »abrv.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec8/ease/maketd/abrv.h«
/* 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 */