int isupper(int c);
isupper returns nonzero (true) if and only if the value of the argument c is an uppercase letter.