⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 325.html

📁 linux 0.11中文版 有注释
💻 HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -