isupper

Name

isupper -- tests for upper-case characters

Synopsis

int8 isupper(int8 ch);

Description

isupper evaluates the character ch and returns a non-zero value if it is an upper case character (A-Z). If not, it returns a zero.