Function islower

Top 

Declaration:

int islower(unsigned char c);

Description

The islower function checks, if parameter c is a lower case letter ('a'-'z').

Returned value

The islower function will return non-zero value, if c is a lower case character, otherwise it will return 0.