utoupper

Converts a letter to upper case.

Description

int utoupper(int c);
This function returns `c', converting it to upper case if it is lower case.

Related Projects

The following projects include source code containing this keyword: