#include <ctype.h> int isupper(int c);
Tells if c is an upper case character or not.
Nonzero if c is upper case, else zero.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.