isdigit.c revision 6b5e5868e7ebf1aff3a5abd7d0c4ef0e5fbf3648
#ifdef isblank
isblank(int c)
#ifdef isupper
isupper(int c)
#ifdef islower
islower(int c)
#ifdef isdigit
isdigit(int c)
#ifdef isxdigit
isxdigit(int c)
#ifdef isalpha
isalpha(int c)
#ifdef isalnum
isalnum(int c)
#ifdef isspace
isspace(int c)
#ifdef iscntrl
iscntrl(int c)
#ifdef isgraph
isgraph(int c)
#ifdef ispunct
ispunct(int c)
#ifdef isprint
isprint(int c)