Added bonus functions and changed libft.h and Makefile accordingly.
authorLukas Jiriste <ljiriste@student.42prague.com>
Wed, 16 Aug 2023 15:46:11 +0000 (17:46 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Wed, 16 Aug 2023 15:46:11 +0000 (17:46 +0200)
commit176dfd9fd936e853cf87239219416ee774602dcf
tree7854bf804d7e1cc2eacbf1d990cf4a07757c186a
parenta31e4dce0ec83817e060c603266fdc134f3bc5c8
Added bonus functions and changed libft.h and Makefile accordingly.
Makefile
ft_lstadd_back.c [new file with mode: 0644]
ft_lstadd_front.c [new file with mode: 0644]
ft_lstclear.c [new file with mode: 0644]
ft_lstdelone.c [new file with mode: 0644]
ft_lstiter.c [new file with mode: 0644]
ft_lstlast.c [new file with mode: 0644]
ft_lstmap.c [new file with mode: 0644]
ft_lstnew.c [new file with mode: 0644]
ft_lstsize.c [new file with mode: 0644]
libft.h