|
VMS Help CRTL, exit,_exit *Conan The Librarian |
Terminate execution of the program from which they are called.
These functions are nonreentrant.
Format
#include <stdlib.h>
void exit (int status);
#include <unistd.h>
void _exit (int status);
Additional Information (explode) :
|
|