aboutsummaryrefslogtreecommitdiff
path: root/ft_lstadd_front_bonus.c
AgeCommit message (Collapse)Author
2020-01-15Move *.o -> src/, *.h -> include/ and *.o -> buildCharles
2019-10-18Fixed ft_substr, added a few protection to list functionsCharles
2019-10-17More protectionCharles
- substr if start > str length - all list functions check for NULL reference - not modifying const pointers
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