C Programming/ctype.h/islower

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Synopsis

[edit | edit source]
int islower(int c);

Description

[edit | edit source]

This function tests whether the character c is lowercase.

References

[edit | edit source]