Searched defs:ft_isxdigit (Results 1 – 17 of 17) sorted by relevance
118 #define ft_isxdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U || \ macro