| www.delorie.com/djgpp/doc/libc-2.01/libc_253.html | search |
#include <stdlib.h> void exit(int exit_code);
This function exits the program, returning exit_code to the
calling process. Before exiting, all open files are closed and all
atexit and on_exit requests are processed.
This function does not return.
if (argc < 4)
{
print_usage();
exit(1);
}
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |