Name

islower function — Tests for a lowercase letter

Synopsis

int islower(int c)

The islower function returns true (nonzero) if c is a lowercase letter. In the "C" locale, only the characters 'a'-'z' are lowercase; different locales can define other lowercase characters.