toupper

Example: toupperCharacter Classification and Conversion Functions

Converts a character to uppercase.

int toupper( int c);

c The character to convert.

Return Values

This function returns the uppercase value of the specified character.