|
safec 3.9
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Include dependency graph for ignore_handler_s.c:Functions | |
| EXPORT void | ignore_handler_s (const char *restrict msg, void *restrict ptr, errno_t error) |
| This function simply returns to the caller. | |
| EXPORT void ignore_handler_s | ( | const char *restrict | msg, |
| void *restrict | ptr, | ||
| errno_t | error ) |
This function simply returns to the caller.
| [in] | msg | Pointer to the message describing the error |
| [in] | ptr | Pointer to aassociated data. Can be NULL. |
| [in] | error | The error code encountered. |