gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:htinit (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/hd_init.c - 1.8KB - 55 lines
39: #else
40: htinit(unsigned char *h, unsigned char *s, int inc)
41: #endif
51: #define USC (unsigned char *) 52: htinit(hexdig, USC "0123456789", 0x10); 53: htinit(hexdig, USC "abcdef", 0x10 + 10); 54: htinit(hexdig, USC "ABCDEF", 0x10 + 10); 55: }