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

⟦b04586e3b⟧ TextFile

    Length: 252 (0xfc)
    Types: TextFile
    Names: »initialize.c«

Derivation

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

TextFile

/*******************************************
* initialize - initialize global variables *
*******************************************/

#include "wirewrap.h"

initialize()
{
chipleader = 0;
siglistleader = 0;
nextfree = 0;
linenum = 67;
inputline=1;
}