warning: incompatible implicit declaration of built-in function ‘exit’
Hi!
Juz got on board!
am trying to compile a program
and i got the following message...
can somebody explain what this following line means?
warning: incompatible implicit declaration of built-in function ‘exit’
i got 4 lines of the same warnings that indicates 4 lines of code
that has that problem...
i tried peeking at the first problematic line of code and its something
about:
exit(-1)
xzo
|