ctype->cctype

继承了C语言里的Ctype,包含字符函数如下,这个软件包是不是很夸张?

isanum()

isalpha()

isblank()

iscntrl()

isdigit()

isgraph()

islower()

isprint()

ispunct() 标点符号

isspace()

isupper()

isxdigit()  Hex数字?0~F

tolower()

toupper()

你可能感兴趣的:(c,语言,hex)