|
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: 309 (0x135) Types: TextFile Names: »test.c«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─ ⟦this⟧ »cph85dist/wirewrap/test.c«
#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