Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
atexit(3)
Edit
PageHistory
Diff
Info
LikePages
ATEXIT !!!ATEXIT NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME atexit - register a function to be called at normal program termination. !!SYNOPSIS __#include __''function''__)(void)); __ !!DESCRIPTION The __atexit()__ function registers the given ''function'' to be called at normal program termination, whether via exit(3) or via return from the program's __main__. Functions so registered are called in the reverse order of their registration; no arguments are passed. !!RETURN VALUE The __atexit()__ function returns the value 0 if successful; otherwise it returns a nonzero value; ''errno'' is not set. !!CONFORMING TO SVID 3, BSD 4.3, ISO 9899 !!SEE ALSO exit(3), on_exit(3) ----
4 pages link to
atexit(3)
:
CastingPointerToFunction
Man3a
exit(3)
on_exit(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.