diff options
| author | cuhlig | 2024-10-17 14:34:33 +0200 |
|---|---|---|
| committer | GitHub | 2024-10-17 14:34:33 +0200 |
| commit | 92bdbf67adaf09d1c831db3cee9456e9c447063f (patch) | |
| tree | a6478101a4cb0e2fb6b7b0d2a3e1b1bef1c0a4b7 /lib/libft/Makefile | |
| parent | a0016dffa6c5412d7c53b3d9040b837299c50159 (diff) | |
| parent | 85d82207526e7220bd14bc96e5f8079ec781fc75 (diff) | |
| download | minishell-92bdbf67adaf09d1c831db3cee9456e9c447063f.tar.gz minishell-92bdbf67adaf09d1c831db3cee9456e9c447063f.zip | |
Merge branch 'main' into env
Diffstat (limited to 'lib/libft/Makefile')
| -rw-r--r-- | lib/libft/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libft/Makefile b/lib/libft/Makefile index 3c2fb91..6f2950c 100644 --- a/lib/libft/Makefile +++ b/lib/libft/Makefile @@ -10,6 +10,7 @@ SRC = ft_atoi.c \ ft_isascii.c \ ft_isdigit.c \ ft_isprint.c \ + ft_isspace.c \ ft_itoa.c \ ft_memchr.c \ ft_memcmp.c \ @@ -30,6 +31,7 @@ SRC = ft_atoi.c \ ft_strlen.c \ ft_strmapi.c \ ft_strncmp.c \ + ft_strncpy.c \ ft_strnstr.c \ ft_strrchr.c \ ft_strtrim.c \ |
