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

Go to the source code of this file.

Functions

int iswupper (wint_t wc)
 

Function Documentation

◆ iswupper()

int iswupper ( wint_t  wc)

Definition at line 3 of file iswupper.c.

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

References towlower().

Referenced by iswctype().

Here is the caller graph for this function: