tango.stdc.wctype

D header file for C99.

Members

Functions

iswalnum
int iswalnum(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswalpha
int iswalpha(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswblank
int iswblank(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswcntrl
int iswcntrl(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswctype
int iswctype(wint_t wc, wctype_t desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswdigit
int iswdigit(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswgraph
int iswgraph(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswlower
int iswlower(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswprint
int iswprint(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswpunct
int iswpunct(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswspace
int iswspace(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswupper
int iswupper(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iswxdigit
int iswxdigit(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
towctrans
wint_t towctrans(wint_t wc, wctrans_t desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
towlower
wint_t towlower(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
towupper
wint_t towupper(wint_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wctrans
wctrans_t wctrans(char* property)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wctype
wctype_t wctype(char* property)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly