|
EXIT_FAILUREmacro
<cstdlib> Failure 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 failed.The opposite meaning can be specified with EXIT_SUCCESS.
|