Searched defs:IS_NUM (Results 1 – 2 of 2) sorted by relevance
49 #define IS_NUM(x) (((x) >= '0') && ((x) <= '9')) macro
179 #define IS_NUM(c) ((c) >= '0' && (c) <= '9') macro