abort_handler_s

abort_handler_s

Defined in header <stdlib.h>
void abort_handler_s( const char * restrict msg,
                      void * restrict ptr,
                      errno_t error
                    );
(since C11)

Writes an implementation-defined message to stderr which must include the string pointed to by msg and calls abort().

A pointer to this function can be passed to set_constraint_handler_s to establish a ru