Transcription: You can use the system-defined function, setUnexpected, to specify the function to be called for an unexpected exception. Supply a pointer to an appropriate function as the argument of setUnexpected. The return value is a pointer to the unexpected function that was in place when setUnexpected was called. This pointer can be used later to restore the previous function.