|
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 - download
Length: 280 (0x118) Types: TextFile Names: »scanheaders.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/news/misc/search/lib/scanheaders.h«
/* Error codes returned by scanheaders. */ #define FOUND_MATCH 1 #define NO_MATCH 0 #define EMPTY_FILE -1 #define NO_HEADERS -2 #define BAD_HEADER -3 #define BAD_LINE -4 /* What characters are valid in a keyword: */ #define iskwchar(c) (isalnum(c) || (c) == '-' || (c) == '.')