home *** CD-ROM | disk | FTP | other *** search
- Use the function set_terminate() to replace or restore the
- system-defined exception handler terminate(). The argument of
- set_terminate() must be a pointer to an appropriate function. The
- return value of set_terminate() is a pointer to the terminate
- function that was in effect when set_terminate() was called. You
- can use the return value to restore the previous terminator
- function.
-