tango.stdc.ctype

D header file for C99.

Members

Functions

isalnum
int isalnum(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isalpha
int isalpha(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isblank
int isblank(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iscntrl
int iscntrl(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isdigit
int isdigit(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isgraph
int isgraph(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
islower
int islower(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isprint
int isprint(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ispunct
int ispunct(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isspace
int isspace(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isupper
int isupper(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isxdigit
int isxdigit(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tolower
int tolower(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
toupper
int toupper(int c)
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