Synopsis
#include <ctype.h>
int isupper(int c);
Description
isupper returns nonzero (true) if and only if the value of the argument c is an uppercase letter A through Z.
Portability
isupper conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).