aboutsummaryrefslogtreecommitdiff
path: root/libft_bonus.h
AgeCommit message (Collapse)Author
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-15Fixed ft_split to destroy previous alloc if ENOMEMCharles
- Normed libf.h - Removed ugly conditions in ft_strnstr
2019-10-09Normed, Makefile bonus ruleCabergs Charles
- bonus rule to add the *_bonus files to libft.a - normed memmove, calloc and bonus