Function isupper

Top 

Declaration:

int isupper(unsigned char c);

Description

The isupper function checks, if parameter c is an upper case letter ('A'-'Z').

Returned value

The isupper function will return a non-zero value, if c is an upper case letter, otherwise it will return 0.