From fe37597119353ce183fc404417b81bd4702f64b7 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 17 Jan 2020 10:56:16 +0100 Subject: Splited include like src/, Adding feature toggle protection in header --- src/str/ft_atoi_strict.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/str/ft_atoi_strict.c') diff --git a/src/str/ft_atoi_strict.c b/src/str/ft_atoi_strict.c index 6156b03..0079807 100644 --- a/src/str/ft_atoi_strict.c +++ b/src/str/ft_atoi_strict.c @@ -6,13 +6,12 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/15 10:06:29 by cacharle #+# #+# */ -/* Updated: 2020/01/15 14:09:03 by cacharle ### ########.fr */ +/* Updated: 2020/01/17 10:12:54 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include "libft.h" -#include int ft_strict_atoi(const char *s) { char *end; -- cgit