Searched defs:isdigit (Results 1 – 2 of 2) sorted by relevance
74 isdigit (int c) in isdigit() function
136 __declare_extern_inline(int) isdigit (int c) in isdigit() function260 #define isdigit(__c) (__ctype_lookup(__c)&_N) macro