#include "defs.h" SKT1 UBLOCK; /* socket.block if socket blocked by user */ struct _symtab symbol[1]; struct _header header[1]; INT vgnum=(-1); PIN vgpins[SS+1]; /* an array of all pins soldered to GND, VCC, ... */ SKT board; /* an array of all sockets on the board */ CHP packs; /* an array of all package types */ CHP chips; /* an array of chips */ PIN nets; /* an array of all pins comprising the nets */ PIN Enets; POS fdelta; /* difference between input file addresses and real */ POS limit; /* length of core image part of input file */ ADR lbound; /* end of core image part in core */