Remove Libft for it not to collide with get_next_line defintion of linked list.
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 12 Oct 2023 11:14:17 +0000 (13:14 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 12 Oct 2023 11:14:17 +0000 (13:14 +0200)
commit44e4ecdb9fd4eb482d056df3cb15970e6926a528
tree1d2d863f7c2c8712975f9da149ab9d611984194f
parentd158f3883fb919dcf724db467a2e416411907230
Remove Libft for it not to collide with get_next_line defintion of linked list.
Move required files from Libft to src/.
Change header file main.h accordingly.
.gitmodules
Libft [deleted submodule]
main.h
src/ft_putstr_fd.c [new file with mode: 0644]
src/ft_strdup.c [new file with mode: 0644]
src/ft_strlcpy.c [new file with mode: 0644]
src/ft_strlen.c [new file with mode: 0644]
src/main.c