From c1f8a414ad01c4c2863ebef3b81d79f3c40b2da5 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 19 Sep 2020 14:40:37 +0200 Subject: Added retval as an option for the prompt with \? --- libft/src/ft_itoa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libft/src/ft_itoa.c') diff --git a/libft/src/ft_itoa.c b/libft/src/ft_itoa.c index e10fbab..255d0a8 100644 --- a/libft/src/ft_itoa.c +++ b/libft/src/ft_itoa.c @@ -14,8 +14,7 @@ #include #include -char - *ft_itoa(long n) +char *ft_itoa(long n) { char *s; long nb; -- cgit v1.2.3