This commit is contained in:
whaffman 2025-02-26 16:21:01 +01:00
parent de8a369a62
commit 0ebb29a918

View File

@ -6,13 +6,13 @@
/* By: whaffman <whaffman@student.codam.nl> +#+ */
/* +#+ */
/* 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)
{