跳转到内容

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

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

toupper() 函数返回字符 ch 的大写版本。

相关主题
tolower
华夏公益教科书