#include <ctype.h> int islower(int c);
Tells if c is lower case or not.
Nonzero if c is lower case, else zero.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.