
Click above to get retro games delivered to your door ever month!
X-Hacker.org- libc - <b>__exit</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
__exit
======
Syntax
------
#include <stdlib.h>
void __exit(int exit_code);
Description
-----------
This is an internal library function which exits the program, returning
EXIT_CODE to the calling process. No additional processing is done,
and any `atexit' functions are not called. Since hardware interrupts
are not unhooked, this can cause crashes after the program exits. This
function is normally called only by `_exit'; do *not* call it directly.
Return Value
------------
This function does not return.
Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson