C Programming/ctype.h/isupper

Synopsis

edit
int isupper(int c);

Description

edit

This function tests whether the character c is uppercase.

References

edit