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

⟦d4e995b83⟧ TextFile

    Length: 310 (0x136)
    Types: TextFile
    Names: »header1.c«

Derivation

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

TextFile

header1()
{
char outline[80];

outline[0]=0;
insertx("chip",outline,10);
insertx("pin",outline,23);
insertx("chip",outline,28);
printf("%s\n",outline);
outline[0]=0;
insertx("name",outline,10);
insertx("num",outline,23);
insertx("position",outline,28);
insertx("row col",outline,42);
printf("%s\n",outline);
}