|
safec
3.1
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Include dependency graph for strnterminate_s.c:Functions | |
| EXPORT rsize_t | strnterminate_s (char *dest, rsize_t dmax) |
| The strnterminate_s function will terminate the string if a null is not encountered before dmax characters. More... | |
The strnterminate_s function will terminate the string if a null is not encountered before dmax characters.
| dest | pointer to string |
| dmax | maximum length of string |