ABORT(3) Linux Programmer’s Manual ABORT(3)
NAME
abort - cause abnormal program termination
SYNOPSIS
#include <stdlib.h>
void abort(void);
DESCRIPTION
The abort() function causes abnormal program termination unless the signal SIGABRT
is caught and the signal handler does not return. If the abort() function causes
program termination, all open streams are closed and flushed.
If the SIGABRT signal is blocked or ignored, the abort() function will still over-
ride it.
RETURN VALUE
The abort() function never returns.
CONFORMING TO
SVID 3, POSIX, BSD 4.3, ISO 9899 (C99)
SEE ALSO
sigaction(2), exit(3), raise(3)
GNU 1993-04-12 ABORT(3)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache/1.3.41 (Unix) PHP/5.2.5 mod_perl/1.30 mod_gzip/1.3.26.1a
Under GNU General Public License
2009-01-08 06:54 @38.103.63.58 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)