Searched refs:hexval_table (Results 1 – 1 of 1) sorted by relevance
72 #define isxdigit(x) (hexval_table[(unsigned char)(x)] != -1)122 static const signed char hexval_table[256] = { variable
Completed in 5 milliseconds