safec
3.0
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
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 |