Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
iswblank.c File Reference
#include <ctype.h>
#include <wctype.h>
Include dependency graph for iswblank.c:

Go to the source code of this file.

Functions

int iswblank (wint_t wc)
 

Function Documentation

◆ iswblank()

int iswblank ( wint_t  wc)

Definition at line 4 of file iswblank.c.

5 {
6  return isblank((int)wc);
7 }
int isblank(int ch)
Checks if the given character is a blank character.
Definition: isblank.c:5

References isblank().

Referenced by iswctype().

Here is the caller graph for this function: