94288_0_6654.c
94288_0_6654.c(5) : error C2061: syntax error : identifier 'PointX'
94288_0_6654.c(5) : error C2059: syntax error : ';'
94288_0_6654.c(5) : error C2449: found '{' at file scope (missing function header?)
94288_0_6654.c(12) : error C2059: syntax error : '}'
94288_0_6654.c(21) : error C2143: syntax error : missing '{' before '<'
94288_0_6654.c(21) : error C2059: syntax error : '<'
94288_0_6654.c(27) : error C2143: syntax error : missing '{' before '<'
94288_0_6654.c(27) : error C2059: syntax error : '<'
94288_0_6654.c(38) : error C2143: syntax error : missing '{' before '<'
94288_0_6654.c(38) : error C2059: syntax error : '<'
94288_0_6654.c(48) : error C2143: syntax error : missing '{' before '<'
94288_0_6654.c(48) : error C2059: syntax error : '<'
94288_0_6654.c(57) : error C2146: syntax error : missing ')' before identifier 'X'
94288_0_6654.c(57) : error C2061: syntax error : identifier 'X'
94288_0_6654.c(57) : error C2059: syntax error : ';'
94288_0_6654.c(57) : error C2059: syntax error : '['
94288_0_6654.c(57) : error C2059: syntax error : ')'
94288_0_6654.c(99) : error C2061: syntax error : identifier 'Cpair2'
94288_0_6654.c(99) : error C2059: syntax error : ';'
94288_0_6654.c(99) : error C2146: syntax error : missing ')' before identifier 'X'
94288_0_6654.c(99) : error C2061: syntax error : identifier 'X'
94288_0_6654.c(99) : error C2059: syntax error : '['
94288_0_6654.c(99) : error C2059: syntax error : ')'
94288_0_6654.c(114) : error C2061: syntax error : identifier 'P'
94288_0_6654.c(114) : error C2059: syntax error : ';'
94288_0_6654.c(114) : error C2059: syntax error : '['
94288_0_6654.c(120) : error C2065: 'P' : undeclared identifier
94288_0_6654.c(120) : error C2109: subscript requires array or pointer type
94288_0_6654.c(120) : error C2224: left of '.x' must have struct/union type
94288_0_6654.c(120) : error C2109: subscript requires array or pointer type
94288_0_6654.c(120) : error C2224: left of '.y' must have struct/union type
94288_0_6654.c(121) : error C2109: subscript requires array or pointer type
94288_0_6654.c(121) : error C2224: left of '.id' must have struct/union type
94288_0_6654.c(123) : warning C4013: 'Cpair2' undefined; assuming extern returning int
|