Searched refs:LITE_isdigit (Results 1 – 1 of 1) sorted by relevance
82 #define LITE_isdigit(c) (((c) <= '9' && (c) >= '0') ? (1) : (0)) macro86 if (LITE_isdigit(hex)) { in _hexval_of_char()
Completed in 3 milliseconds