isalpha
__only_inline int isalpha(int _c)
#undef isalpha
isalpha(int c)
#define isalpha(c) (isupper(c)||islower(c))