Searched defs:isdigit (Results 1 – 2 of 2) sorted by relevance
5 static inline int isdigit(int ch) in isdigit() function
528 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro