Library: stdlib.h Prototype: void exit(int status); Syntax: main() { exit(0); /* Clean exit */ }
No example program.
atexit function.
abort function.