@x l.35
main(argc,argv)
int argc; /* the number of command-line arguments */
char *argv[]; /* an array of strings containing those arguments */
@y
int main(@t\1\1@>
int argc, /* the number of co
@x l.28
int main()
@y
int main(void)
@z
@x l.266
char *gb_alloc(n,s)
long n; /* number of consecutive bytes desired */
Area s; /* storage area that will contain the new block */
@y
char *gb_alloc
@x l.27
extern Graph *risc(); /* make a network for a microprocessor */
extern Graph *prod(); /* make a network for high-speed multiplication */
extern void print_gates(); /* write a network to standa
@x l.90
main(argc,argv)
int argc; /* the number of command-line arguments */
char *argv[]; /* an array of strings containing those arguments */
@y
int main(@t\1\1@>
int argc, /* the number of co
@x l.32
@t\4@>int main()
@y
int main(void)
@z
@x l.165
static void pr_vert();
/* a subroutine for printing a vertex is declared below */
static void pr_arc(); /* likewise for arcs */
static void p