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)NAMEabort - cause abnormal program terminationSYNOPSIS#include <stdlib.h> void abort(void);DESCRIPTIONThe 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 VALUEThe abort() function never returns.CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899 (C99)SEE ALSOsigaction(2), exit(3), raise(3)GNU1993-04-12 ABORT(3)
Related Man Pages |
---|
abort(3) - linux |
abort(3c) - sunos |
abort(3) - centos |
abort(3p) - posix |
abort(3) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Backup to SCSI Tape Backup aborts |
examine core file after abort() |
rerun a script if aborted and exited |
Shell Script to Abort if file name has space. |
Free() - Program getting aborted. |