|
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: 164 (0xa4) Types: TextFile Names: »mywrite.c«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─ ⟦this⟧ »cph85dist/wirewrap/mywrite.c«
#include "wirewrap.h" mywrite(outline) char *outline; { if(linenum > 60) { printf("\f "); header1(); linenum=3; } printf("%s\n",outline); linenum++; }