Searched defs:isdigit (Results 1 – 3 of 3) sorted by relevance
20 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
25 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
Completed in 4 milliseconds