aboutsummaryrefslogtreecommitdiff
path: root/ft_lstsize_bonus.c
AgeCommit message (Collapse)Author
2020-01-15Move *.o -> src/, *.h -> include/ and *.o -> buildCharles
2019-11-20refactored everythingCharles
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-09Small updateCabergs Charles
2019-10-09Normed, Makefile bonus ruleCabergs Charles
- bonus rule to add the *_bonus files to libft.a - normed memmove, calloc and bonus