VMS Help  —  CRTL  exit,_exit
    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 extract
Argument Description
Close Help