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

⟦f580ff7d6⟧ TextFile

    Length: 309 (0x135)
    Types: TextFile
    Names: »test.c«

Derivation

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

TextFile

#include "wirewrap.h"
#ifdef DEBUG

test()
{
int i;
for(i=0; i<nextfree;i++)
  {
  printf("Printing pin %d\n",i);
  printf(" Location: (%d,%d) Inner: %d Outer: %d %s\n",pinarray[i].row,
         pinarray[i].col, pinarray[i].inner, pinarray[i].outer,
         pinarray[i].signalname->signalname);
  }
}
#endif