Searched refs:hexdigit (Results 1 – 1 of 1) sorted by relevance
514 static char hexdigit[] = "0123456789abcdef"; in ext2fs_read() local520 printf ("%c", hexdigit[*i >> 4]); in ext2fs_read()521 printf ("%c", hexdigit[*i % 16]); in ext2fs_read()
Completed in 4 milliseconds