core.stdc.wctype

D header file for C99.

Functions 18

fnint iswalnum(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswalpha(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswblank(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswcntrl(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswdigit(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswgraph(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswlower(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswprint(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswpunct(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswspace(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswupper(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswxdigit(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnint iswctype(wint_t wc, wctype_t desc) extern(C) @trusted nothrow @nogc
fnwctype_t wctype(const scope char * property) @system extern(C) @trusted nothrow @nogc
fnwint_t towlower(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnwint_t towupper(wint_t wc) pure extern(C) @trusted nothrow @nogc
fnwint_t towctrans(wint_t wc, wctrans_t desc) extern(C) @trusted nothrow @nogc
fnwctrans_t wctrans(const scope char * property) @system extern(C) @trusted nothrow @nogc