325.html

来自「linux 0.11中文版 有注释」· HTML 代码 · 共 19 行

HTML
19
字号
<html>
<head>
<title>_D</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#L17'>_D</a>                 17 include/ctype.h #define isalnum(c) ((_ctype+1)[c]&amp;(_U|_L|_D))	// 是字符或数字[A-Z]、[a-z]或[0-9]。
<a href='../S/27.html#L20'>_D</a>                 20 include/ctype.h #define isdigit(c) ((_ctype+1)[c]&amp;(_D))	// 是数字。
<a href='../S/27.html#L21'>_D</a>                 21 include/ctype.h #define isgraph(c) ((_ctype+1)[c]&amp;(_P|_U|_L|_D))	// 是图形字符。
<a href='../S/27.html#L23'>_D</a>                 23 include/ctype.h #define isprint(c) ((_ctype+1)[c]&amp;(_P|_U|_L|_D|_SP))	// 是可打印字符。
<a href='../S/27.html#L27'>_D</a>                 27 include/ctype.h #define isxdigit(c) ((_ctype+1)[c]&amp;(_D|_X))	// 是十六进制数字。
<a href='../S/81.html#L20'>_D</a>                 20 lib/ctype.c      _D, _D, _D, _D, _D, _D, _D, _D,	/* 48-55 */
<a href='../S/81.html#L21'>_D</a>                 21 lib/ctype.c      _D, _D, _P, _P, _P, _P, _P, _P,	/* 56-63 */
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?