Home
last modified time | relevance | path

Searched refs:toHex (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dvarint.c24 static char toHex(unsigned char c){ in toHex() function
119 printf(" %c%c", toHex(zHex[i]>>4), toHex(zHex[i]&0x0f)); in main()