Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: ctype.h

isupper()

IMPORT_C int isupper(int c);

Description

Tests whether the character is uppercase.

Parameters

int c

an integer whose value is representable as an unsigned char.

Return value

int

True, if the character is uppercase; false, otherwise.