<!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>bit</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/2828.html#L126'>bit</a> 126 src/word.c char *bit = NULL;</span> <span class='curline'><a href='../S/2828.html#L129'>bit</a> 129 src/word.c bit = malloc_chk(MAXLEN + 1, "word2bit.bit");</span> <span class='curline'><a href='../S/2828.html#L131'>bit</a> 131 src/word.c bit[i++] = (word & mask) ? '1' : '0';</span> <span class='curline'><a href='../S/2828.html#L133'>bit</a> 133 src/word.c bit[i] = '\0';</span> <span class='curline'><a href='../S/2828.html#L134'>bit</a> 134 src/word.c return bit;</span> <span class='curline'><a href='../S/2828.html#L139'>bit</a> 139 src/word.c char *bit = word2bit(word);</span> <span class='curline'><a href='../S/2828.html#L146'>bit</a> 146 src/word.c fprintf(stdout, " = #%04X = %s", word, bit);</span> <span class='curline'><a href='../S/2828.html#L155'>bit</a> 155 src/word.c FREE(bit);</span> </pre> </body> </html>