Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ctype.h

toupper()

IMPORT_C int toupper(int c);

Description

Returns the character value after conversion to uppercase or the character's own value, if no uppercase form exists. The character object itself is not changed.

Parameters

int c

an argument to convert

Return value

int

The character value after conversion to uppercase.