[fpc-pascal] why fpc do not use a known return function value
misu kun
misu.dev at gmail.com
Tue Feb 3 12:25:28 CET 2015
> mind sharing the C code?
int c ;
int test( int p){
int i;
i = p;
return (i+2+c+2+c+2+c);
}
int main(){
c = test(128);
}
More information about the fpc-pascal
mailing list