📄 ansictype.rtn
字号:
isalnum {test whether a character is alphanumeric (ANSI)} {<b>isalnum\( \)</b>} {<b><a href="./ansiCtype.html#isalnum">isalnum</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}isalpha {test whether a character is a letter (ANSI)} {<b>isalpha\( \)</b>} {<b><a href="./ansiCtype.html#isalpha">isalpha</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}iscntrl {test whether a character is a control character (ANSI)} {<b>iscntrl\( \)</b>} {<b><a href="./ansiCtype.html#iscntrl">iscntrl</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}isdigit {test whether a character is a decimal digit (ANSI)} {<b>isdigit\( \)</b>} {<b><a href="./ansiCtype.html#isdigit">isdigit</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}isgraph {test whether a character is a printing, non-white-space character (ANSI)} {<b>isgraph\( \)</b>} {<b><a href="./ansiCtype.html#isgraph">isgraph</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}islower {test whether a character is a lower-case letter (ANSI)} {<b>islower\( \)</b>} {<b><a href="./ansiCtype.html#islower">islower</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}isprint {test whether a character is printable, including the space character (ANSI)} {<b>isprint\( \)</b>} {<b><a href="./ansiCtype.html#isprint">isprint</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}ispunct {test whether a character is punctuation (ANSI)} {<b>ispunct\( \)</b>} {<b><a href="./ansiCtype.html#ispunct">ispunct</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}isspace {test whether a character is a white-space character (ANSI)} {<b>isspace\( \)</b>} {<b><a href="./ansiCtype.html#isspace">isspace</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}isupper {test whether a character is an upper-case letter (ANSI)} {<b>isupper\( \)</b>} {<b><a href="./ansiCtype.html#isupper">isupper</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}isxdigit {test whether a character is a hexadecimal digit (ANSI)} {<b>isxdigit\( \)</b>} {<b><a href="./ansiCtype.html#isxdigit">isxdigit</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}tolower {convert an upper-case letter to its lower-case equivalent (ANSI)} {<b>tolower\( \)</b>} {<b><a href="./ansiCtype.html#tolower">tolower</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}toupper {convert a lower-case letter to its upper-case equivalent (ANSI)} {<b>toupper\( \)</b>} {<b><a href="./ansiCtype.html#toupper">toupper</a>(\ )</b>} {VxWorks API Reference} {OS Libraries} {} {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -