next up previous contents index
Next: 14.8.2 abort: terminate abnormally Up: 14.8 Termination Functions Previous: 14.8 Termination Functions

14.8.1 exit: terminate normally

   

DESCRIPTION

exit calls up to 32 functions installed via atexit in reverse order of installation before it calls _exit.

_exit, which terminates the calling process in Unix, calls oskit_libc_exit with the exit status code (see Section 19.5.1).



Utah Flux Research Group