...
- A pointer to a character string describing the runtime-constraint violation.
- A NULL null pointer or a pointer to an implementation defined object.
- If the function calling the handler has a return type declared as
errno_t
, the return value of the function is passed. Otherwise, a positive value of typeerrno_t
is passed.
...