aboutsummaryrefslogtreecommitdiff
path: root/ft_split.c
AgeCommit message (Collapse)Author
2020-01-15Move *.o -> src/, *.h -> include/ and *.o -> buildCharles
2019-11-20Merge branch 'rendu'Charles
2019-11-20refactored everythingCharles
2019-10-21Added protection on part2 and changed lstmap according to the subjectCharles
2019-10-17More protectionCharles
- substr if start > str length - all list functions check for NULL reference - not modifying const pointers
2019-10-15Fixed ft_split to destroy previous alloc if ENOMEMCharles
- Normed libf.h - Removed ugly conditions in ft_strnstr
2019-10-07Added calloc and strlcpy, rename out of dateCabergs Charles