macro
<cstdlib>

EXIT_FAILURE

Failure termination code
This macro expands to a system-dependent integral expression that, when used as the argument for function exit, signifies that the application failed.

The opposite meaning can be specified with EXIT_SUCCESS.