332.html

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

HTML
21
字号
<html>
<head>
<title>_L</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'>_L</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#L18'>_L</a>                 18 include/ctype.h #define isalpha(c) ((_ctype+1)[c]&amp;(_U|_L))	// 是字符。
<a href='../S/27.html#L21'>_L</a>                 21 include/ctype.h #define isgraph(c) ((_ctype+1)[c]&amp;(_P|_U|_L|_D))	// 是图形字符。
<a href='../S/27.html#L22'>_L</a>                 22 include/ctype.h #define islower(c) ((_ctype+1)[c]&amp;(_L))	// 是小写字符。
<a href='../S/27.html#L23'>_L</a>                 23 include/ctype.h #define isprint(c) ((_ctype+1)[c]&amp;(_P|_U|_L|_D|_SP))	// 是可打印字符。
<a href='../S/81.html#L26'>_L</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#L27'>_L</a>                 27 lib/ctype.c      _L, _L, _L, _L, _L, _L, _L, _L,	/* 104-111 */
<a href='../S/81.html#L28'>_L</a>                 28 lib/ctype.c      _L, _L, _L, _L, _L, _L, _L, _L,	/* 112-119 */
<a href='../S/81.html#L29'>_L</a>                 29 lib/ctype.c      _L, _L, _L, _P, _P, _P, _P, _C,	/* 120-127 */
</pre>
</body>
</html>

⌨️ 快捷键说明

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