Rechercher une page de manuel

Chercher une autre page de manuel:

abort

Autres langues

Langue: en

Version: 1993-04-12 (mandriva - 22/10/07)

Autres sections - même nom

Section: 3 (Bibliothèques de fonctions)

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

SVr4, POSIX.1-2001, 4.3BSD, C89, C99

SEE ALSO

sigaction(2), exit(3), raise(3)
> > D'ailleurs, c'est pour ça que Corel arrète Linux.
> Leurs avocats ont compris la GNU ?
Ils sont venus, ils ont vu, ils l'ont pris dans le GNU.
-+- OP in Guide du Fmblien Assassin : "Et mon GNU, tu l'as vu ?" -+-