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