Searched defs:IS_HEX (Results 1 – 2 of 2) sorted by relevance
24 # define IS_HEX(ch) ((ch >= '0' && ch <='9') || (ch >= 'A' && ch <='F')) macro
231 #define IS_HEX(string) IS_HEX_AT((string),0) macro