add ft_atof

This commit is contained in:
hugogogo
2026-04-29 00:52:48 +02:00
parent 2be81d5630
commit f86c2cf5cb
5 changed files with 67 additions and 9 deletions

View File

@@ -67,8 +67,10 @@ SRCS = ft_memset.c \
\
ft_atoi.c \
ft_atol.c \
ft_atof.c \
ft_itoa.c \
ft_utoa.c \
ft_atoibase.c \
\
ft_putchar.c \
ft_putstr.c \
@@ -94,7 +96,6 @@ SRCS = ft_memset.c \
ft_lstcopy.c \
\
ft_any.c \
ft_atoibase.c \
ft_convertbase.c \
ft_convertbase_free.c \
ft_foreach.c \