Интерактивная система просмотра системных руководств (man-ов)
abort (3) abort (3) ( Solaris man: Библиотечные вызовы ) >> abort (3) ( FreeBSD man: Библиотечные вызовы ) abort (3) ( Русские man: Библиотечные вызовы ) abort (3) ( Linux man: Библиотечные вызовы ) abort (3) ( POSIX man: Библиотечные вызовы ) abort (7) ( Linux man: Макропакеты и соглашения ) BSD mandoc
NAME
abort
- cause abnormal program termination
LIBRARY
Lb libc
SYNOPSIS
#include <stdlib.h>
void
abort (void);
DESCRIPTION
The
abort ();
function causes abnormal program termination to occur, unless the
signal
SIGABRT
is being caught and the signal handler does not return.
Any open streams are flushed and closed.
IMPLEMENTATION NOTES
The
abort ();
function is thread-safe.
It is unknown if it is async-cancel-safe.
RETURN VALUES
The
abort ();
function
never returns.
SEE ALSO
sigaction (2),
exit (3)
STANDARDS
The
abort ();
function
conforms to
St -p1003.1-90 .
The
abort ();
function also conforms to
St -isoC-99
with the implementation specific details as noted above.
Index
NAME
LIBRARY
SYNOPSIS
DESCRIPTION
IMPLEMENTATION NOTES
RETURN VALUES
SEE ALSO
STANDARDS