This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
EXIT_SUCCESS
EXIT_FAILURE
#include <stdlib.h>
The EXIT_SUCCESS and EXIT_FAILURE constants are arguments for the exit and _exit functions, and the return values for the atexit and _onexit functions.
exit
_exit
atexit
_onexit
Global constants
Was this page helpful?