toupper

Name

toupper -- converts a lower-case character to upper-case

Synopsis

int8 toupper(int8 ch);

Description

toupper evaluates ch and, if ch is a lower case character, returns the corresponding upper case character. Otherwise, it returns ch unchanged.