C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
exit functions
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <process.h>, <stdlib.h>
 
  Syntax:    void exit( int status );
             void _exit( int status );
             void _cexit( void );
             void _c_exit( void );
 
  See also:  abort, atexit, _onexit
                                    -♦-