openasthra manpages

abort.3.html
Manual Page - abort(3)


Manual Reference Pages  - ABORT (3)

NAME

abort - cause abnormal program termination

CONTENTS

Synopsis
Description

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, C99

SEE ALSO

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


GNU ABORT (3) 1993-04-12
Generated by OpenAsthra.com from man3/abort.3 using man macros.
http://manpages.openasthra.com/man3/abort.3.html