From d6117cfb8f762cedd40a38e9f2c748a8c7b155d8 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Thu, 19 Jan 2023 17:38:47 +0100 Subject: [PATCH] c'est tout bon --- bonus/draw.c | 2 +- bonus/main.c | 2 +- libftx/extra/extra.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bonus/draw.c b/bonus/draw.c index e928073..adde5f4 100644 --- a/bonus/draw.c +++ b/bonus/draw.c @@ -6,7 +6,7 @@ /* By: cchauvet # include "../libft/libft.h" -char *ft_ultoa_base(unsigned long long n, char *base); +char *ft_ultoa_base(unsigned long long n, char *base); char *get_next_line(int fd); size_t ft_random_generator(size_t start, size_t stop); void ft_freer_tab_ultimate(size_t len, ...);