|
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"
Include dependency graph for strisdigit_s.c:Go to the source code of this file.
Functions | |
| bool | strisdigit_s (const char *dest, rsize_t dmax) |
| This function checks that the entire string contains digits. More... | |
| bool strisdigit_s | ( | const char * | dest, |
| rsize_t | dmax | ||
| ) |
This function checks that the entire string contains digits.
The scanning stops at the first null or after dmax characters.
| dest | pointer to string |
| dmax | maximum length of string |
Definition at line 63 of file strisdigit_s.c.