ctype头文件,stdlib中字符串函数,内存管理函数

来源:互联网 发布:chrome ie tab mac 编辑:程序博客网 时间:2024/05/29 02:19

http://see.xidian.edu.cn/cpp/html/123.html 

#include <ctype.h>

字符测试函数

1.1 isxdigit()


附加说明:此为宏定义,非真正函数。

1.2 isupper()
1.3 ispunct()
1.4 isspace()
1.5 isprint()
1.6 islower()
1.7 isgraphis()
1.8 isdigit()
1.9 iscntrl()
1.10 isascii()
1.11 isalpha()

1.12 isalnum()


0 0