Searched defs:isdigit (Results 1 – 2 of 2) sorted by relevance
46 #define isdigit(c) ((__ctype_ptr)[(unsigned)(c)]&_N) macro
176 # define isdigit(c) __isctype((c), _ISdigit) macro