Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
Go to the source code of this file.
Functions | |
int | iswalpha (wint_t wc) |
Variables | |
static const unsigned char | table [] |
int iswalpha | ( | wint_t | wc | ) |
Definition at line 7 of file iswalpha.c.
References table.
Referenced by __towcase(), iswalnum(), and iswctype().
|
static |
Definition at line 3 of file iswalpha.c.
Referenced by iswalpha().