|
|||||||
|
|
ABORTSection: Linux Programmer's Manual (3)Updated: 1993-04-12 Index Return to Main Contents 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)
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man3". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |