0_0_4294603_20640.c:6: error: syntax error before "EdgeNode"
0_0_4294603_20640.c: In function `TopLogical':
0_0_4294603_20640.c:12: error: `EdgeNode' undeclared (first use in this function)
0_0_4294603_20640.c:12: error: (Each undeclared identifier is reported only once
0_0_4294603_20640.c:12: error: for each function it appears in.)
0_0_4294603_20640.c:12: error: `q' undeclared (first use in this function)
0_0_4294603_20640.c:12: error: `tp' undeclared (first use in this function)
0_0_4294603_20640.c:23: error: request for member `next' in something not a structure or union
0_0_4294603_20640.c:34: error: request for member `v' in something not a structure or union
0_0_4294603_20640.c:36: error: request for member `next' in something not a structure or union
0_0_4294603_20640.c:37: error: `delete' undeclared (first use in this function)
0_0_4294603_20640.c:37: error: syntax error before "q"
0_0_4294603_20640.c: In function `main':
0_0_4294603_20640.c:53: error: request for member `next' in something not a structure or union
0_0_4294603_20640.c:53: error: `new' undeclared (first use in this function)
0_0_4294603_20640.c:53: error: syntax error before "EdgeNode"
0_0_4294603_20640.c:54: error: request for member `next' in something not a structure or union
0_0_4294603_20640.c:55: error: request for member `v' in something not a structure or union
0_0_4294603_20640.c:57: error: request for member `next' in something not a structure or union
|