safec  3.3
Safe C Library - ISO TR24731 Bounds Checking Interface
ignore_handler_s.c File Reference
#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. More...
 

Function Documentation

◆ ignore_handler_s()

EXPORT void ignore_handler_s ( const char *restrict  msg,
void *restrict  ptr,
errno_t  error 
)

This function simply returns to the caller.

Remarks
SPECIFIED IN ISO/IEC JTC1 SC22 WG14 N1172, Programming languages, environments and system software interfaces, Extensions to the C Library, Part I: Bounds-checking interfaces
Parameters
[in]msgPointer to the message describing the error
[in]ptrPointer to aassociated data. Can be NULL.
[in]errorThe error code encountered.
See also
abort_handler_s()