May 2003
Intermediate to advanced
808 pages
32h 24m
English
EXIT_FAILURE macro — Exit status for unsuccessful termination
int EXIT_FAILURE
Pass EXIT_FAILURE to
exit to terminate the program
normally and informs the operating system that the program was
unsuccessful. Returning EXIT_FAILURE from main is the same as calling exit. The EXIT_FAILURE macro expands to an integer
constant.
Read now
Unlock full access