creation du main de testing et du test de abs

This commit is contained in:
hugogogo
2021-08-10 16:41:15 +02:00
parent d8aaada7fc
commit c335eb1f6a
2 changed files with 1 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
#include "libft.h" #include "libft.h"
char *ft_utoa(unsigned long int n) char *ft_utoa(unsigned long int n)
{ {
char *str; char *str;
int len; int len;

View File