0_0_1350360_8616.c:9: error: syntax error before "edge_t"
0_0_1350360_8616.c:12: error: syntax error before "edge_t"
0_0_1350360_8616.c: In function `hungary':
0_0_1350360_8616.c:13: error: `edge_t' undeclared (first use in this function)
0_0_1350360_8616.c:13: error: (Each undeclared identifier is reported only once
0_0_1350360_8616.c:13: error: for each function it appears in.)
0_0_1350360_8616.c:13: error: `e' undeclared (first use in this function)
0_0_1350360_8616.c:14: error: `match1' undeclared (first use in this function)
0_0_1350360_8616.c:14: error: `match2' undeclared (first use in this function)
0_0_1350360_8616.c:14: error: `m' undeclared (first use in this function)
0_0_1350360_8616.c:16: error: `list' undeclared (first use in this function)
0_0_1350360_8616.c: At top level:
0_0_1350360_8616.c:26: error: syntax error before '*' token
0_0_1350360_8616.c: In function `print':
0_0_1350360_8616.c:28: error: `edge_t' undeclared (first use in this function)
0_0_1350360_8616.c:28: error: `p' undeclared (first use in this function)
0_0_1350360_8616.c:29: error: `head' undeclared (first use in this function)
0_0_1350360_8616.c: At top level:
0_0_1350360_8616.c:38: error: syntax error before '*' token
0_0_1350360_8616.c: In function `insert':
0_0_1350360_8616.c:41: error: `edge_t' undeclared (first use in this function)
0_0_1350360_8616.c:41: error: `t' undeclared (first use in this function)
0_0_1350360_8616.c:41: error: syntax error before ')' token
0_0_1350360_8616.c:42: error: `to' undeclared (first use in this function)
0_0_1350360_8616.c:45: error: `head' undeclared (first use in this function)
0_0_1350360_8616.c:45: error: `s' undeclared (first use in this function)
0_0_1350360_8616.c:45: error: `from' undeclared (first use in this function)
0_0_1350360_8616.c:53: error: `p' undeclared (first use in this function)
0_0_1350360_8616.c: In function `main':
0_0_1350360_8616.c:66: error: `edge_t' undeclared (first use in this function)
0_0_1350360_8616.c:66: error: `s' undeclared (first use in this function)
|