c-常用的字符串转换函数(三)

2014-11-24 01:24:14 · 作者: · 浏览: 9
// 打印结果
// before toupper() : aBcDeFgH12345;!#$
// after toupper() : ABCDEFGH12345;!#$