|
safec
3.1
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Include dependency graph for strisalphanumeric_s.c:Functions | |
| bool | strisalphanumeric_s (const char *dest, rsize_t dmax) |
| This function checks if the entire string contains alphanumerics. More... | |
| bool strisalphanumeric_s | ( | const char * | dest, |
| rsize_t | dmax | ||
| ) |
This function checks if the entire string contains alphanumerics.
The scanning stops at the first null or after dmax characters.
| dest | pointer to string |
| dmax | maximum length of string |