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

Go to the source code of this file.

Functions

int iswlower (wint_t wc)
 

Function Documentation

◆ iswlower()

int iswlower ( wint_t  wc)

Definition at line 3 of file iswlower.c.

4 {
5  return towupper(wc) != wc;
6 }
wint_t towupper(wint_t)
Definition: towupper.c:4

References towupper().

Referenced by iswctype().

Here is the caller graph for this function: