Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
exit(3)
Edit
PageHistory
Diff
Info
LikePages
EXIT !!!EXIT NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME exit - cause normal program termination !!SYNOPSIS __#include __ ''status''__); __ !!DESCRIPTION The __exit()__ function causes normal program termination and the value of ''status'' is returned to the parent. All functions registered with __atexit()__ and __on_exit()__ are called in the reverse order of their registration, and all open streams are flushed and closed. !!RETURN VALUE The __exit()__ function does not return. !!CONFORMING TO SVID 3, POSIX, BSD 4.3, ISO 9899 !!SEE ALSO _exit(2), atexit(3), on_exit(3) ----
14 pages link to
exit(3)
:
stdout(3)
Zombie
man(1)
Man3e
_exit(2)
atexit(3)
abort(3)
on_exit(3)
stdio(3)
wait4(2)
stdin(3)
exit(2)
kill(2)
assert(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.