next up previous contents index
Next: 12.8.2 abort: terminate abnormally Up: 12.8 Termination Functions Previous: 12.8 Termination Functions

12.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 17.4.1).



Utah Flux Research Group