[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/c/program/_Exit [Back]  [Original]

_Exit cppreference.com
cppreference.com

_Exit

cppreference.com

<metanoindex/>

<tbody> </tbody>
<stdlib.h>
void _Exit( int exit_code );
( C99)
.
:
Causes normal program termination to occur without completely cleaning the resources.
Google.
. .
, . at_quick_exit() atexit() . , , . exit_code EXIT_FAILURE, , , . .
:
Destructors of variables with automatic, thread local and static storage durations are not called. Functions passed to at_quick_exit() or atexit() are not called. Whether open resources such as files are closed is implementation defined. If exit_code is EXIT_FAILURE, an implementation-defined status, indicating unsuccessful termination, is returned. In other cases implementation-defined status value is returned.
Google.
. .

exit_code
:
exit status of the program
Google.
. .

()

.

( )
() []

() []
C++ _Exit

Web Proxy Viewer  |  New URL  |  Original Page