islower

Name

islower -- tests for lower-case characters

Synopsis

int8 islower(int8 ch);

Description

islower evaluates the character ch and returns a non-zero value if it is a lower case character (a-z). If not, it returns a zero.