preparation de itoa et uitoa

This commit is contained in:
hugodu69
2020-02-13 14:28:08 +01:00
parent 3af1bd22b2
commit decaab4a9b
3 changed files with 65 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
# include <stdarg.h>
# include "libft.c/libft.h"
# include <libc.h>
# include <stdio.h>
int ft_printf(char *string, ...);