标签:
1 int tolower(int c) 这个函数转换大写字母为小写
2 int toupper(int c) 这个函数转换小写字母为大写
字符串符号统计
原文地址:http://www.cnblogs.com/wangmengmeng/p/4616614.html