From c335eb1f6a77f1db972c9f984962836c476d7e70 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Tue, 10 Aug 2021 16:41:15 +0200 Subject: [PATCH] creation du main de testing et du test de abs --- srcs/ft_utoa.c | 2 +- testing/:bmain.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 testing/:bmain.c diff --git a/srcs/ft_utoa.c b/srcs/ft_utoa.c index da845bf..e47f898 100644 --- a/srcs/ft_utoa.c +++ b/srcs/ft_utoa.c @@ -54,7 +54,7 @@ #include "libft.h" -char *ft_utoa(unsigned long int n) +char *ft_utoa(unsigned long int n) { char *str; int len; diff --git a/testing/:bmain.c b/testing/:bmain.c deleted file mode 100644 index e69de29..0000000