หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns the termination routine to be called by unexpected.
Syntax
unexpected_function _get_unexpected( void );
Return value
Returns a pointer to the function registered by set_unexpected. If no function has been set, the return value may be used to restore the default behavior; this value may be NULL.
Requirements
| Routine | Required header |
|---|---|
_get_unexpected |
<eh.h> |
For more compatibility information, see Compatibility.
See also
Exception handling routines
abort
set_terminate
terminate
unexpected