aboutsummaryrefslogtreecommitdiff
path: root/ft_split.c
AgeCommit message (Collapse)Author
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