safec
3.0
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Functions | |
bool | strisascii_s (const char *dest, rsize_t dmax) |
This function checks if the entire string contains ascii characters. More... | |
bool strisascii_s | ( | const char * | dest, |
rsize_t | dmax | ||
) |
This function checks if the entire string contains ascii characters.
The scanning stops at the first null or at most dmax characters.
dest | pointer to string |
dmax | maximum length of string |