Searched defs:isxdigit (Results 1 – 2 of 2) sorted by relevance
32 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0) macro
Completed in 3 milliseconds