EXIT_FAILURE
EXIT_SUCCESS, EXIT_FAILURE
Defined in header <cstdlib> | ||
---|---|---|
#define EXIT_SUCCESS /*implementation defined*/ | ||
#define EXIT_FAILURE /*implementation defined*/ |
The EXIT_SUCCESS
and EXIT_FAILURE
macros expand into integral expressions that can be used as arguments to the std::exit
function (and, therefore, as the values to ret