33 #include "safeclib_private.h" 34 #include "safe_str_constraint.h" 35 #include "safe_str_lib.h" 79 if (NULL == handler) {
106 sl_default_handler(msg, ptr, error);
static constraint_handler_t str_handler
void invoke_safe_str_constraint_handler(const char *msg, void *ptr, errno_t error)
Invokes the currently set constraint handler or the default.
constraint_handler_t set_str_constraint_handler_s(constraint_handler_t handler)
The set_str_constraint_handler_s function sets the runtime-constraint handler to be handler...