int isalpha

int isalpha(int __c)

Checks for an alphabetic character. It is equivalent to (isupper(c) || islower(c)).