aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test_substr.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement libft Part 2 with testsThomas Vanbesien2026-02-211-0/+135
Add ft_substr, ft_strjoin, ft_strtrim, ft_split, ft_itoa, ft_strmapi, ft_striteri, ft_putchar_fd, ft_putstr_fd, ft_putendl_fd, ft_putnbr_fd.