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>_cexit() perform exit procedures without exiting</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _cexit()                Perform Exit Procedures Without Exiting

 #include    <process.h>

  void _cexit(void);

    This routine performs the exit procedures such as flushing
    buffers, but returns control to the caller without exiting.

 Portability:   Not supported by the ANSI standard.


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

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