next up previous contents index
Next: 9.8.2 abort: terminate abnormally Up: 9.8 Termination Functions Previous: 9.8 Termination Functions

9.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 13.4.2).



Utah Flux Research Group