libft/str
Raphael 1dcd4f5b09
feat(str/strncpy): adding the function strncpy
- strncpy allowed to copy a string into an other with a limitation fix
2025-09-01 18:48:57 +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_strncpy.c feat(str/strncpy): adding the function strncpy 2025-09-01 18:48:57 +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