标签:class code ext int strong 文件
以前虽然用到过头文件<ctype.h>,但是很多没有用过,这里就把它的所有函数罗列出来,方便以后使用!
其中,单字节字符处理函数在ctype.h
(C++的cctype
)中声明。宽字节字符处理函数在wctype.h
(C++的cwctype
)中声明.
isalnum isalpha isascii iscntrl isdigit isgraph
islower isprint ispunct isspace isupper isxdigit
tolower toupper
字符测试与映射函数 ctype.h,布布扣,bubuko.com
标签:class code ext int strong 文件
原文地址:http://www.cnblogs.com/ywl925/p/3706230.html