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_uitoa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libft/src/ft_uitoa.c') diff --git a/libft/src/ft_uitoa.c b/libft/src/ft_uitoa.c index f1a5fa2..cc41d91 100644 --- a/libft/src/ft_uitoa.c +++ b/libft/src/ft_uitoa.c @@ -14,8 +14,7 @@ #include #include -char - *ft_uitoa(unsigned long n) +char *ft_uitoa(unsigned long n) { char *s; unsigned long nb; -- cgit v1.2.3