原 型:int islower(int c);
头 文 件:ctype.h
返 回 值:如果c是小写字母,返回非零值;否则返回零。
相似函数:isalpha、isupper
相关函数:tolower、toupper
也可参见:isalnum