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

⟦f0bdeebff⟧ TextFile

    Length: 290 (0x122)
    Types: TextFile
    Names: »stuff.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/news/misc/undig/stuff.h« 

TextFile

#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;