atexit Function (C)
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 atexit Function (C).
ANSI 4.10.4.3** The status returned by the atexit function if the value of the argument is other than zero, EXIT_SUCCESS, or EXIT_FAILURE
The atexit function returns zero if successful, or a nonzero value if unsuccessful.
Show: