|
safec 3.9
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Include dependency graph for abort_handler_s.c:Functions | |
| EXPORT void | abort_handler_s (const char *restrict msg, void *restrict ptr, errno_t error) |
| This function writes a message on the standard error stream in an implementation-defined format. | |
| EXPORT void abort_handler_s | ( | const char *restrict | msg, |
| void *restrict | ptr, | ||
| errno_t | error ) |
This function writes a message on the standard error stream in an implementation-defined format.
The message shall include the string pointed to by msg. The abort_handler_s function then calls the abort function.
| [in] | msg | Pointer to the message describing the error |
| [in] | ptr | Pointer to aassociated data. Can be NULL. |
| [in] | error | The error code encountered. |