Skip to main content

Module ctype

Module ctype 

Source
Expand description

Functionsยง

isalnum
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isalnum.html.
isalnum_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isalnum_l.html.
isalpha
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isalpha.html.
isalpha_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isalpha_l.html.
isasciiDeprecated
See https://pubs.opengroup.org/onlinepubs/9699919799/functions/isascii.html.
isblank
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isblank.html.
isblank_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isblank_l.html.
iscntrl
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iscntrl.html.
iscntrl_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iscntrl_l.html.
isdigit
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isdigit.html.
isdigit_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isdigit_l.html.
isgraph
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isgraph.html.
isgraph_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isgraph_l.html.
islower
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/islower.html.
islower_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/islower_l.html.
isprint
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isprint.html.
isprint_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isprint_l.html.
ispunct
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/ispunct.html.
ispunct_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/ispunct_l.html.
isspace
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isspace.html.
isspace_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isspace_l.html.
isupper
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isupper.html.
isupper_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isupper_l.html.
isxdigit
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isxdigit.html.
isxdigit_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isxdigit_l.html.
toasciiDeprecated
See https://pubs.opengroup.org/onlinepubs/9699919799/functions/toascii.html.
tolower
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/tolower.html.
tolower_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/tolower_l.html.
toupper
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/toupper.html.
toupper_l
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/toupper_l.html.