157581_0_5190.c
157581_0_5190.c(7) : error C2146: syntax error : missing ')' before identifier 'x'
157581_0_5190.c(7) : error C2061: syntax error : identifier 'x'
157581_0_5190.c(7) : error C2059: syntax error : ';'
157581_0_5190.c(7) : error C2059: syntax error : ')'
157581_0_5190.c(7) : error C2449: found '{' at file scope (missing function header?)
157581_0_5190.c(9) : error C2059: syntax error : '}'
157581_0_5190.c(16) : error C2143: syntax error : missing ')' before '&'
157581_0_5190.c(16) : error C2081: 'HP' : name in formal parameter list illegal
157581_0_5190.c(16) : error C2143: syntax error : missing '{' before '&'
157581_0_5190.c(16) : error C2059: syntax error : '&'
157581_0_5190.c(16) : error C2059: syntax error : ')'
157581_0_5190.c(23) : error C2146: syntax error : missing ')' before identifier 'a'
157581_0_5190.c(23) : error C2061: syntax error : identifier 'a'
157581_0_5190.c(23) : error C2059: syntax error : ';'
157581_0_5190.c(23) : error C2059: syntax error : ','
157581_0_5190.c(23) : error C2059: syntax error : ')'
157581_0_5190.c(81) : error C2065: 'HP' : undeclared identifier
157581_0_5190.c(81) : error C2146: syntax error : missing ';' before identifier 'a'
157581_0_5190.c(81) : error C2065: 'a' : undeclared identifier
157581_0_5190.c(81) : error C2065: 'b' : undeclared identifier
157581_0_5190.c(81) : error C2065: 'c' : undeclared identifier
157581_0_5190.c(83) : warning C4013: 'Str2HP' undefined; assuming extern returning int
157581_0_5190.c(85) : warning C4013: 'Multi' undefined; assuming extern returning int
157581_0_5190.c(86) : warning C4013: 'PrintHP' undefined; assuming extern returning int
|