adding itoa_static and ft_nbrlen

This commit is contained in:
hugogogo
2026-05-07 03:06:16 +02:00
parent b768ac1a14
commit 36379f56b0
4 changed files with 102 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ SRCS = ft_memset.c \
ft_tolower.c \
\
ft_strlen.c \
ft_nbrlen.c \
ft_strchr.c \
ft_strrchr.c \
ft_strchrset.c \
@@ -75,6 +76,7 @@ SRCS = ft_memset.c \
ft_atoll_superscript.c \
ft_atof.c \
ft_itoa.c \
ft_itoa_static.c \
ft_utoa.c \
ft_atoibase.c \
\