Rename libftprintf.h to ft_printf.h

This commit is contained in:
gbaconni
2022-04-29 17:50:40 +02:00
parent 2b5b1de944
commit 077123737c
24 changed files with 41 additions and 27 deletions

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "libftprintf.h"
#include "ft_printf.h"
static long ft_ltoa_base_len(long n, long nbase);