From: Dominik Kaiser Date: Mon, 29 Apr 2024 14:30:30 +0000 (+0200) Subject: Add ft_atol to header X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=47ebe2b96c8e9ed69c5647ff16e348b35b1d7019;p=42%2Flibft.git Add ft_atol to header --- diff --git a/libft.h b/libft.h index e0c1691..11b3cd0 100644 --- a/libft.h +++ b/libft.h @@ -6,7 +6,7 @@ /* By: dkaiser