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