|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
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 override it.
RETURN VALUE
The abort() function never returns.
CONFORMING TO
SVID 3, POSIX, 4.3BSD, ISO 9899 (C99)
SEE ALSO
sigaction(2), exit(3), raise(3)
GNU 1993-04-12 ABORT(3)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Tue Feb 13 02:21:03 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5323 hits) (openSUSE 10.2)
svn man page (5162 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4865 hits) (Solaris 10 11_06)
CPAN man page (4602 hits) (Suse Linux 10.1)
ssh man page (4337 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2839 hits) (Solaris 10 11_06)
netcat man page (2687 hits) (Suse Linux 10.1)
pprosetup man page (2472 hits) (Solaris 10 11_06)
startproc man page (2450 hits) (Suse Linux 10.1)
signal man page (2393 hits) (Suse Linux 10.1)
|