跳转到内容

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

来自 Wikibooks,开放的书籍,面向开放的世界
语法
#include <cctype>
int isupper( int ch );

如果 isupper() 函数的参数是大写字母,则返回非零值。否则,返回零。

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