|
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: 290 (0x122) Types: TextFile Names: »stuff.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/news/misc/undig/stuff.h«
#include <stdio.h> #include <ctype.h> typedef int bool; #define YES 1 #define NO 0 #define EOS '\0' #define EOL '\n' #define CTL(c) ((c)&037) char *malloc(), *realloc(); char *getenv(); char *tgetstr(); char *index(), *rindex(); FILE *popen(); extern char *optarg; extern int optind;