Searched defs:IS_ASCII_DIGIT (Results 1 – 2 of 2) sorted by relevance
267 #define IS_ASCII_DIGIT(c) ((0x30 <= (c)) && ((c) <= 0x39)) macro