📄 341.html
字号:
<html>
<head>
<title>_P</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/27.html#L21'>_P</a> 21 include/ctype.h #define isgraph(c) ((_ctype+1)[c]&(_P|_U|_L|_D)) // 是图形字符。
<a href='../S/27.html#L23'>_P</a> 23 include/ctype.h #define isprint(c) ((_ctype+1)[c]&(_P|_U|_L|_D|_SP)) // 是可打印字符。
<a href='../S/27.html#L24'>_P</a> 24 include/ctype.h #define ispunct(c) ((_ctype+1)[c]&(_P)) // 是标点符号。
<a href='../S/81.html#L18'>_P</a> 18 lib/ctype.c _S | _SP, _P, _P, _P, _P, _P, _P, _P, /* 32-39 */
<a href='../S/81.html#L19'>_P</a> 19 lib/ctype.c _P, _P, _P, _P, _P, _P, _P, _P, /* 40-47 */
<a href='../S/81.html#L21'>_P</a> 21 lib/ctype.c _D, _D, _P, _P, _P, _P, _P, _P, /* 56-63 */
<a href='../S/81.html#L22'>_P</a> 22 lib/ctype.c _P, _U | _X, _U | _X, _U | _X, _U | _X, _U | _X, _U | _X, _U, /* 64-71 */
<a href='../S/81.html#L25'>_P</a> 25 lib/ctype.c _U, _U, _U, _P, _P, _P, _P, _P, /* 88-95 */
<a href='../S/81.html#L26'>_P</a> 26 lib/ctype.c _P, _L | _X, _L | _X, _L | _X, _L | _X, _L | _X, _L | _X, _L, /* 96-103 */
<a href='../S/81.html#L29'>_P</a> 29 lib/ctype.c _L, _L, _L, _P, _P, _P, _P, _C, /* 120-127 */
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -