vrilly/ft_printf

Move used libft functions into utils

Closed this issue · 2 comments

I hate libft. I hate moulinette too. Lets fix this :)

0x1000013F0  _ft_printf
0x100002840  _ft_bzero
0x100002870  _ft_calloc
0x1000028E0  _ft_memcpy
0x100002980  _ft_memset
0x1000029D0  _ft_strdup
0x100002A80  _ft_strlcat
0x100002B30  _ft_strlcpy
0x100002CD0  _ft_strlen
0x100002C50  _ft_strclen
0x100002CF0  _ft_strjoin
0x100002DC0  _ft_isdigit
0x100002E00  _ft_isalpha
0x100002E50  _ft_isalnum
0x100002EA0  _ft_isascii
0x100002EE0  _ft_isprint

No regressions, pass!