Namespaces
Variants
Views
Actions

toupper

From cppreference.com
< c | string | byte
Defined in header <ctype.h>
int toupper( int ch );

Converts the given character to uppercase.

[edit] Parameters

ch - character to be converted

[edit] Return value

Converted character or ch if no such conversion was possible

[edit] See also

converts a character to lowercase
(function) [edit]
converts a wide character to uppercase
(function) [edit]
C++ documentation for toupper