Synopsis
int islower(int c);
Description

islower returns nonzero (true) if and only if the value of the argument c is an lowercase letter.