Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
C Programming/ctype.h/islower
Language
Watch
Edit
<
C Programming
|
ctype.h
Synopsis
edit
int
islower
(
int
c
);
Description
edit
This function tests whether the character c is lowercase.
References
edit