constraint_handler_t
set_constraint_handler_s, constraint_handler_t
Defined in header <stdlib.h> | ||
---|---|---|
constraint_handler_t set_constraint_handler_s( constraint_handler_t handler ); | (since C11) |
Configures the handler to be called by all bounds-checked functions on a runtime constraint violation or restores the default handler (if handler
is a null pointer).
The handler must be a pointer to function of type constraint_handler_t
, which is defined as.
Defined in header <stdlib.h> |
|
---|