root/doc_inner/gnu_global/Y/120.html

/* [<][>][^][v][top][bottom][index][help] */
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>isdigit</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.5' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/2837.html#L325'>isdigit</a>           325 src/assemble.c     } else if(isdigit(str[0]) || str[0] == '-' || str[0] == '#') {</span>
<span class='curline'><a href='../S/2837.html#L420'>isdigit</a>           420 src/assemble.c         if(str[0] == '#' || isdigit(str[0]) || str[0] == '-') {</span>
<span class='curline'><a href='../S/2828.html#L30'>isdigit</a>            30 src/word.c         assert(isdigit(str[0]) || str[0] == '-');</span>
<span class='curline'><a href='../S/2828.html#L90'>isdigit</a>            90 src/word.c         if(!isdigit(*str) &amp;&amp; *str != '-' &amp;&amp; *str != '#') {</span>
</pre>
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */