From 0ebb29a9187cd7b77ac2372cdd1dee21d1e7873e Mon Sep 17 00:00:00 2001 From: whaffman Date: Wed, 26 Feb 2025 16:21:01 +0100 Subject: [PATCH] norm --- src/string/ft_isdigit_str.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {