aboutsummaryrefslogtreecommitdiff
path: root/ft_lstiter_bonus.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-15Updated ft_lstiter and ft_lstmap according to the updated subjectCharles
2019-10-15Removed libft_bonus.hCharles
bonus rule in Makefile remove guard close in libft.h to declare t_list struct and ft_lst* prototypes. Fixed ft_lstclear with recursion.
2019-10-09Normed, Makefile bonus ruleCabergs Charles
- bonus rule to add the *_bonus files to libft.a - normed memmove, calloc and bonus