SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » isupper()
Location: ctype.h
ctype.h
isupper()
IMPORT_C int isupper(int c);
Tests whether the character is uppercase.
int c
an integer whose value is representable as an unsigned char.
int
True, if the character is uppercase; false, otherwise.
Copyright ©2008 Symbian Software Ltd.