C Programming/ctype.h/islower

Synopsis

edit
int islower(int c);

Description

edit

This function tests whether the character c is lowercase.

References

edit