7.4.1.7 The islower functionļ
Synopsis
#include <ctype.h>
int islower(int c);
Description
The islower function tests for any character that is a lowercase letter or is one of a locale-specific set of characters for which none of iscntrl, isdigit, ispunct, or isspace is true. In the āCā locale, islower returns true only for the lowercase letters (as defined in 5.2.1).