/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_dicterror.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cchauvet = '0' && str[i] <= '9') && str[i] != ' ') return (0); } return (1); } int ft_print_dicterror(char *str) { if (ft_nbr_error(str) == 0) { return (0); } return (1); }