| www.delorie.com/djgpp/doc/libc-2.01/libc_251.html | search |
#include <stdlib.h> void __exit(int exit_code);
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.
This function does not return.
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |