原 型:char *strupr(char *string);
头 文 件:string.h
说 明:将字符串string中的小写字母转换为大写。
返 回 值:指向string的指针。
相关函数:strlwr