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"
Go to the source code of this file.
Functions | |
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... | |
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.
dest | pointer to string |
dmax | maximum length of string |
Definition at line 65 of file strnterminate_s.c.