C语言中函数tolower,把字符转换成小写字母,用法:int tolower(int c)toupper函数,把字符转换成大写字母,用法:int toupper(int c)。