0_0_2068708_25947.c:11: error: syntax error before "mem"
0_0_2068708_25947.c:14: error: syntax error before '*' token
0_0_2068708_25947.c: In function `new_tree':
0_0_2068708_25947.c:16: error: `node' undeclared (first use in this function)
0_0_2068708_25947.c:16: error: (Each undeclared identifier is reported only once
0_0_2068708_25947.c:16: error: for each function it appears in.)
0_0_2068708_25947.c:16: error: `pt' undeclared (first use in this function)
0_0_2068708_25947.c: At top level:
0_0_2068708_25947.c:20: error: syntax error before '*' token
0_0_2068708_25947.c: In function `creat_tree':
0_0_2068708_25947.c:22: error: `node' undeclared (first use in this function)
0_0_2068708_25947.c:22: error: `root' undeclared (first use in this function)
0_0_2068708_25947.c: At top level:
0_0_2068708_25947.c:36: error: syntax error before '*' token
0_0_2068708_25947.c: In function `update':
0_0_2068708_25947.c:38: error: `now' undeclared (first use in this function)
0_0_2068708_25947.c:43: error: `id' undeclared (first use in this function)
0_0_2068708_25947.c: At top level:
0_0_2068708_25947.c:50: error: syntax error before '*' token
0_0_2068708_25947.c: In function `query':
0_0_2068708_25947.c:52: error: `now' undeclared (first use in this function)
0_0_2068708_25947.c:52: error: `il' undeclared (first use in this function)
0_0_2068708_25947.c:52: error: `ir' undeclared (first use in this function)
0_0_2068708_25947.c: In function `main':
0_0_2068708_25947.c:68: error: `node' undeclared (first use in this function)
0_0_2068708_25947.c:68: error: `root' undeclared (first use in this function)
|