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

⟦3961aba57⟧ TextFile

    Length: 287 (0x11f)
    Types: TextFile
    Names: »header2.c«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/wirewrap/header2.c« 

TextFile

header2()
{
char outline[80];
outline[0]=0;
insertx("signal",outline,1);
insertx("pin",outline,14);
insertx("inner wire",outline,18);
insertx("outer wire",outline,39);
printf("%s\n",outline);
outline[0]=0;
insertx("name ",outline,1);
insertx("num",outline,14);
printf("%s\n",outline);
}