128882_0_20783.c:19: error: syntax error before "p1"
128882_0_20783.c: In function `cross':
128882_0_20783.c:21: error: `p2' undeclared (first use in this function)
128882_0_20783.c:21: error: (Each undeclared identifier is reported only once
128882_0_20783.c:21: error: for each function it appears in.)
128882_0_20783.c:21: error: `p1' undeclared (first use in this function)
128882_0_20783.c:21: error: `p3' undeclared (first use in this function)
128882_0_20783.c: At top level:
128882_0_20783.c:24: error: syntax error before "cmp"
128882_0_20783.c:24: error: syntax error before "p1"
128882_0_20783.c: In function `cmp':
128882_0_20783.c:26: error: `p1' undeclared (first use in this function)
128882_0_20783.c:26: error: `p2' undeclared (first use in this function)
128882_0_20783.c:27: error: `true' undeclared (first use in this function)
128882_0_20783.c:29: error: `false' undeclared (first use in this function)
128882_0_20783.c: In function `MergeSort':
128882_0_20783.c:41: error: `point' undeclared (first use in this function)
128882_0_20783.c:41: error: syntax error before "t"
128882_0_20783.c:43: error: `t' undeclared (first use in this function)
|