adding ft_strjoin_static

This commit is contained in:
hugogogo
2026-05-02 11:58:09 +02:00
parent f86c2cf5cb
commit 954b7eb9d8
3 changed files with 44 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ SRCS = ft_memset.c \
ft_strncpy.c \
ft_strstr.c \
ft_strjoinfree.c \
ft_strjoin_static.c \
ft_strclr.c \
ft_strdel.c \
ft_strequ.c \