Searched defs:isdigit (Results 1 – 3 of 3) sorted by relevance
96 int isdigit(int c) in isdigit() function
36 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
117 __CTYPE_INLINE int isdigit(int c) in isdigit() function