4#if defined(__cplusplus)
39#if defined(__cplusplus)
_PUBLIC int isblank(int c)
_PUBLIC int ispunct(int c)
_PUBLIC int isupper(int c)
_PUBLIC int isdigit(int c)
_PUBLIC int isprint(int c)
_PUBLIC int isalnum(int c)
_PUBLIC int isxdigit(int c)
_PUBLIC int iscntrl(int c)
_PUBLIC int tolower(int c)
_PUBLIC int isalpha(int c)
_PUBLIC int isgraph(int c)
_PUBLIC int islower(int c)
_PUBLIC int toupper(int c)
_PUBLIC int isspace(int c)