Searched refs:ISNUM (Results 1 – 1 of 1) sorted by relevance
44 #define ISNUM(c) ((c) >= '0' && (c) <= '9') macro53 if (!ISNUM(*p)) in _toulptr()