EXIT_SUCCESS, EXIT_FAILURE

#include <stdlib.h>

Remarks

These are arguments for the exit and _exit functions and the return values for the atexit and _onexit functions.

See Also

Reference

atexit

exit, _exit

_onexit, _onexit_m

Global Constants