libft/str
Raphael 905ffd4b72
refactor: only the usefull header
- Removing all 'libft.h' mention
- Using the include only on the files needed by
2025-09-01 18:45:33 +02:00
..
ft_split.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strchr.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strcmp.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strcpy.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strdup.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_striteri.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strjoin.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strlcat.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strlcpy.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strlen.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strmapi.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strncmp.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strnstr.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strrchr.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_strtrim.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_substr.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00