Searched refs:__isdigit (Results 1 – 1 of 1) sorted by relevance
26 static inline int __isdigit(int c) in __isdigit() function30 #define isdigit(c) __isdigit(c)