Searched refs:toHex (Results 1 – 1 of 1) sorted by relevance
24 static char toHex(unsigned char c){ in toHex() function119 printf(" %c%c", toHex(zHex[i]>>4), toHex(zHex[i]&0x0f)); in main()