Synopsis
int isupper(int c);
Description

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