home *** CD-ROM | disk | FTP | other *** search
- You can use the system-defined function set_unexpected() to
- specify the function to be called for an unexpected exception.
- Supply a pointer to an appropriate function as the argument of
- set_unexpected(). The return value is a pointer to the unexpected
- function that was in place when set_unexpected() was called. This
- pointer can be used later to restore the previous function.
-