|
safec
2.1
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safeclib_private.h"#include "safe_str_constraint.h"#include "safe_str_lib.h"
Include dependency graph for strnlen_s.c:Go to the source code of this file.
Functions | |
| 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... | |
| rsize_t strnlen_s | ( | const char * | dest, |
| rsize_t | dmax | ||
| ) |
The strnlen_s function computes the length of the string pointed to by dest.
| dest | pointer to string |
| dmax | maximum length of string |
Definition at line 67 of file strnlen_s.c.