原 型:int toupper(int c);
头 文 件:ctype.h
返 回 值:如果c是小写字母,则返回相应的大写字母。如果c不是小写字母,则返回无变化的c。
相似函数:tolower
相关函数:islower、isupper
也可参见:isalpha