islower

Tests if a character is lower case.

int islower (int c);

Required Header
<ctype.h>

Return Value

This function returns a non-zero value if the character is lower case.

Parameters

c

  The character to be tested

Char Type

See Also    isalnum, isalpha, isblank, iscntrl, isdigit, isgraph, isprint, ispunct, isspace, isupper, isxdigit