Searched refs:ft_isdigit (Results 1 – 1 of 1) sorted by relevance
97 #define ft_isdigit( x ) ( ( (unsigned)(x) - '0' ) < 10U ) macro108 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) )