跳转到内容

C++ 编程/代码/标准 C 库/函数/tolower

来自维基教科书,自由的教科书
语法
#include <cctype>
int tolower( int ch );

tolower() 函数返回字符 ch 的小写版本。

相关主题
isupper - toupper
华夏公益教科书