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

abort cppreference.com
cppreference.com

abort

cppreference.com

<metanoindex/>

<tbody> </tbody>
<stdlib.h>
void abort();
, SIGABRT .
:
Causes abnormal program termination unless SIGABRT is being caught by a signal handler passed to signal and the handler does not return.
Google.
. .
, atexit() . , , . -, .
:
Functions, passed to atexit() are not called. Whether open resources such as files are closed is implementation defined. Implementation defined status is returned to the host environment that indicates unsuccessful execution.
Google.
. .

()

()

.


() []
, exit()
() []

() []
C++ abort

Web Proxy Viewer  |  New URL  |  Original Page