*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> abort (3)              
Title
Content
Arch
Section
 

ABORT(3)

Contents


NAME    [Toc]    [Back]

       abort - cause abnormal program termination

SYNOPSIS    [Toc]    [Back]

       #include <stdlib.h>

       void abort(void);

DESCRIPTION    [Toc]    [Back]

       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    [Toc]    [Back]

       The abort() function never returns.

CONFORMING TO    [Toc]    [Back]

       SVID 3, POSIX, BSD 4.3, ISO 9899

SEE ALSO    [Toc]    [Back]

      
      
       sigaction(2), exit(3), raise(3)



GNU				  1993-04-12			      ABORT(3)
[ Back ]
 Similar pages
Name OS Title
abort IRIX generate an abnormal termination signal
atexit IRIX add program termination routine
exit Linux cause normal program termination
_Exit OpenBSD perform normal program termination
exit OpenBSD perform normal program termination
_Exit FreeBSD perform normal program termination
exit FreeBSD perform normal program termination
exit NetBSD perform normal program termination
atexit HP-UX register a function to be called at program termination
on_exit Linux register a function to be called at normal program termination.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service