Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_c_exit() perform _exit procedures without exiting</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _c_exit()               Perform _exit Procedures Without Exiting

 #include    <process.h>

  void _c_exit(void);

    This routine performs the _exit procedures (that is, no cleanup
    procedures are performed), but returns control to the caller
    without exiting.

 Portability:   Not supported by the ANSI standard.


See Also: abort() atexit() _cexit() exit() _exit() onexit() system()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson