EXIT_SUCCESS | macro |
<cstdlib> |
Success termination code
This macro expands to a system-dependent integral expression that, when used as the argument for function exit, should signify that the application was successful.
The opposite meaning can be specified with EXIT_FAILURE.