EXIT_SUCCESS, EXIT_FAILURE
Visual Studio 2015
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>
These are arguments for the exit and _exit functions and the return values for the atexit and _onexit functions.
Show: