155920_0_7328.c
155920_0_7328.c(1) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
155920_0_7328.c(14) : warning C4013: 'memset' undefined; assuming extern returning int
155920_0_7328.c(19) : error C2143: syntax error : missing ';' before 'type'
155920_0_7328.c(20) : error C2065: 'n' : undeclared identifier
155920_0_7328.c(22) : error C2065: 'i' : undeclared identifier
155920_0_7328.c(25) : error C2065: 'j' : undeclared identifier
155920_0_7328.c(36) : error C2065: 'k' : undeclared identifier
155920_0_7328.c(43) : warning C4013: 'memcpy' undefined; assuming extern returning int
155920_0_7328.c(48) : error C2143: syntax error : missing ';' before 'type'
155920_0_7328.c(52) : error C2065: 'sign' : undeclared identifier
155920_0_7328.c(52) : error C2109: subscript requires array or pointer type
|