Synopsis
int isalpha(int c);
Description

isalpha returns nonzero (true) if and only if isupper or islower return true for value of the argument c.