Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
abort(3)
Edit
PageHistory
Diff
Info
LikePages
ABORT !!!ABORT NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME abort - cause abnormal program termination !!SYNOPSIS __#include __ !!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 SVID 3, POSIX, BSD 4.3, ISO 9899 !!SEE ALSO sigaction(2), exit(3), raise(3) ----
5 pages link to
abort(3)
:
Man3a
stdio(3)
signal(7)
assert(3)
SIGABRT
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.