Search | Google it | Results 1 - 1 of 1 for funcall:htinit (0.00 seconds) |
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: }