diff --git a/src/string/ft_isdigit_str.c b/src/string/ft_isdigit_str.c index 012c748..fb35393 100644 --- a/src/string/ft_isdigit_str.c +++ b/src/string/ft_isdigit_str.c @@ -6,13 +6,13 @@ /* By: whaffman +#+ */ /* +#+ */ /* Created: 2025/02/20 15:40:24 by whaffman #+# #+# */ -/* Updated: 2025/02/20 15:41:00 by whaffman ######## odam.nl */ +/* Updated: 2025/02/26 16:19:31 by whaffman ######## odam.nl */ /* */ /* ************************************************************************** */ #include "libft.h" -int ft_isdigit_str(char *str) +int ft_isdigit_str(char *str) { while (*str) {