abort(3) redhat man page | unix.com

Query: abort

OS: redhat

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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, BSD 4.3, ISO 9899 (C99)
SEE ALSO
sigaction(2), exit(3), raise(3)
GNU
1993-04-12 ABORT(3)
Related Man Pages
abort(3c) - opensolaris
abort(3p) - centos
abort(3c) - sunos
abort(3) - debian
abort(3) - centos
Similar Topics in the Unix Linux Community
HPOV : coda is aborted
Why do I receive Program received signal SIGABRT, Aborted?
Shell Script to Abort if file name has space.
Free() - Program getting aborted.
Fbackup aborts exactly at 2 GB