|
safec 3.9
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Include dependency graph for wcsnatcmp_s.c:Macros | |
| #define | iswdigit(ch) |
| #define | iswspace(ch) |
Functions | |
| static int | compare_right (wchar_t const *a, wchar_t const *b) |
| static int | compare_left (wchar_t const *a, wchar_t const *b) |
| errno_t | wcsnatcmp_s (const wchar_t *dest, rsize_t dmax, const wchar_t *src, rsize_t smax, const int fold_case, int *resultp) |
| #define iswdigit | ( | ch | ) |
| #define iswspace | ( | ch | ) |
|
static |
|
static |