...
The implementation has a default constraint handler that is used if no calls to the set_constraint_handler_s()
function have been made. The behavior of the
default handler is implementation-defined, and it may cause the program to exit or abort.
If the handler argument to set_constraint_handler_s()
is a null pointer, the implementation default handler becomes the current constraint handler.
...