0_0_25958124_233.c: In function 'MaxSub':
0_0_25958124_233.c:5:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'axSum'
int TempMaxSum, FinalM axSum;
^
0_0_25958124_233.c:7:18: error: 'FinalMaxSum' undeclared (first use in this function)
TempMaxSum = FinalMaxSum = 0;
^
0_0_25958124_233.c:7:18: note: each undeclared identifier is reported only once for each function it appears in
0_0_25958124_233.c:11:26: error: 'FinMaxSum' undeclared (first use in this function)
if( TempMaxSum > FinMaxSum )
^
|