Transcription: Use the function setTerminate to replace or restore the system-defined exception handler terminate. The argument of setTerminate must be a pointer to an appropriate function. The return value of setTerminate is a pointer to the terminate function that was in effect when setTerminate was called. You can use the return value to restore the previous terminator function.