|
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 - download
Length: 399 (0x18f) Types: TextFile Names: »funcdef.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Galaxy/src/funcdef.h«
/* * %W% (mrdch&amnnon) %G% */ /* * global macros. */ #define skipwhite(s) doskipwhite(&s) #define skipblack(s) doskipblack(&s) #define skipword(s) doskipword(&s) #define skipnum(s) doskipnum(&s) #define getpl(s) dogetpl(&s) #define ishex(a) ((a >= '0' && a <= '9')|| (a >= 'a' && a <= 'f')) #define isnum(a) ((a >= '0' && a <= '9')) #define TWOZERO { 0, 0 }