macro
<cstdlib>
EXIT_SUCCESS
Success termination code
This macro expands to a system-dependent integral expression that, when used as the argument for function exit, signifies that the application was successful.
The opposite meaning can be specified with EXIT_FAILURE.
functions:
functions (non-standard):
types:
macro constants: