Searched refs:hex2ascii_data (Results 1 – 1 of 1) sorted by relevance
34 static char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable35 #define hex2ascii(hex) (hex2ascii_data[hex])