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

⟦87a92273b⟧ TextFile

    Length: 164 (0xa4)
    Types: TextFile
    Names: »mywrite.c«

Derivation

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

TextFile

#include "wirewrap.h"

mywrite(outline)
char *outline;
{
if(linenum > 60)
  {
  printf("\f

");
  header1();
  linenum=3;
  }
  printf("%s\n",outline);
  linenum++;
}