safec
3.0
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Functions | |
EXPORT rsize_t | strnlen_s (const char *dest, rsize_t dmax) |
The strnlen_s function computes the length of the string pointed to by dest. More... | |
The strnlen_s function computes the length of the string pointed to by dest.
dest | pointer to string |
dmax | maximum length of string |