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