Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
iswalpha.c File Reference
#include <wctype.h>
#include "alpha.h"
Include dependency graph for iswalpha.c:

Functions

int iswalpha (wint_t wc)
 

Variables

static const unsigned char table []
 

Function Documentation

◆ iswalpha()

int iswalpha ( wint_t  wc)

References table.

Referenced by __towcase(), iswalnum(), and iswctype().

Here is the caller graph for this function:

Variable Documentation

◆ table

const unsigned char table[]
static

Referenced by iswalpha().