|
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 - metrics - download
Length: 310 (0x136) Types: TextFile Names: »header1.c«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─⟦this⟧ »cph85dist/wirewrap/header1.c«
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); }