Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: ctype.h

tolower()

IMPORT_C int tolower(int c);

Description

Tests whether the character is lowercase.

Parameters

int c

an argument to convert.

Return value

int

TBool True, if the character is lowercase; false, otherwise.