Home
last modified time | relevance | path

Searched refs:__isdigit (Results 1 – 1 of 1) sorted by relevance

/tools/include/linux/
Dctype.h26 static inline int __isdigit(int c) in __isdigit() function
30 #define isdigit(c) __isdigit(c)