Share via


EXIT_SUCCESS, EXIT_FAILURE

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at EXIT_SUCCESS, EXIT_FAILURE.

Syntax

  
#include <stdlib.h>  

Remarks

These are arguments for the exit and _exit functions and the return values for the atexit and _onexit functions.

See Also

atexit
exit, _Exit, _exit
_onexit, _onexit_m
Global Constants