Home
last modified time | relevance | path

Searched defs:Isdigit (Results 1 – 1 of 1) sorted by relevance

/external/libedit/src/
Dchartype.h86 #define Isdigit(x) iswdigit(x) macro
141 #define Isdigit(x) isdigit((unsigned char)x) macro