From 4e19b82398e0cfaa3ca0b9f68772c88d103ff6ea Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 10 Mar 2024 13:37:45 +0100 Subject: Complete missing functions and add header --- ft_atoi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ft_atoi.c') diff --git a/ft_atoi.c b/ft_atoi.c index 568a616..90200fb 100644 --- a/ft_atoi.c +++ b/ft_atoi.c @@ -6,10 +6,12 @@ /* By: dkaiser