164653_0_18920.c
164653_0_18920.c(7) : warning C4013: 'qsort' undefined; assuming extern returning int
164653_0_18920.c(7) : error C2065: 'cmp' : undeclared identifier
164653_0_18920.c(8) : error C2065: 'x' : undeclared identifier
164653_0_18920.c(9) : error C2065: 'list' : undeclared identifier
164653_0_18920.c(9) : error C2109: subscript requires array or pointer type
164653_0_18920.c(11) : error C2143: syntax error : missing ';' before 'type'
164653_0_18920.c(15) : error C2059: syntax error : 'for'
164653_0_18920.c(15) : error C2143: syntax error : missing '{' before '<'
164653_0_18920.c(15) : error C2059: syntax error : '<'
164653_0_18920.c(15) : error C2143: syntax error : missing '{' before '++'
164653_0_18920.c(15) : error C2059: syntax error : '++'
164653_0_18920.c(15) : error C2059: syntax error : ')'
164653_0_18920.c(16) : error C2059: syntax error : '}'
|