原 型:int tolower(int c);
头 文 件:ctype.h
返 回 值:如果c是大写字母,则返回相应的小写字母。如果c不是大写字母,则返回无变化的c。
相似函数:toupper
相关函数:islower、isupper
也可参见:isalpha