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

📄 361.html

📁 linux 0.11中文版 有注释
💻 HTML
字号:
<html>
<head>
<title>_U</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'>_U</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'>_U</a>                 18 include/ctype.h #define isalpha(c) ((_ctype+1)[c]&amp;(_U|_L))	// 是字符。
<a href='../S/27.html#L21'>_U</a>                 21 include/ctype.h #define isgraph(c) ((_ctype+1)[c]&amp;(_P|_U|_L|_D))	// 是图形字符。
<a href='../S/27.html#L23'>_U</a>                 23 include/ctype.h #define isprint(c) ((_ctype+1)[c]&amp;(_P|_U|_L|_D|_SP))	// 是可打印字符。
<a href='../S/27.html#L26'>_U</a>                 26 include/ctype.h #define isupper(c) ((_ctype+1)[c]&amp;(_U))	// 是大写字符。
<a href='../S/81.html#L22'>_U</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#L23'>_U</a>                 23 lib/ctype.c      _U, _U, _U, _U, _U, _U, _U, _U,	/* 72-79 */
<a href='../S/81.html#L24'>_U</a>                 24 lib/ctype.c      _U, _U, _U, _U, _U, _U, _U, _U,	/* 80-87 */
<a href='../S/81.html#L25'>_U</a>                 25 lib/ctype.c      _U, _U, _U, _P, _P, _P, _P, _P,	/* 88-95 */
</pre>
</body>
</html>

⌨️ 快捷键说明

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