Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>controlc_open</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
controlc_open

Usage

   #include <controlc.h>
   int _cdecl controlc_open(void);

Description

   Installs a user supplied control c/break handler. A pointer to the
   handler should have been previously installed in the global variable
   _controlc_handler. The handler must be a far function that has void
   arguments and returns a void. It should be declared with C linkage
   (_cdecl).


See Also

   Critical Error Handling





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