#include <ctype.h> int islower(int c);
Tells if c is lower case or not.
Nonzero if c is lower case, else zero.