]> www.ljiriste.work Git - Libft.git/commit
Implement linked list structure
authorLukáš Jiřiště <redacted>
Tue, 30 Dec 2025 09:41:00 +0000 (10:41 +0100)
committerLukáš Jiřiště <redacted>
Tue, 30 Dec 2025 13:58:06 +0000 (14:58 +0100)
commitc141ae2d08458f4b01ac73a20bef772a45dc3d72
tree89507f7fc019424a918f15362b6ea8302b17da40
parent30f8df1bfda39333988817e9f5312e71905dbc34
Implement linked list structure
Makefile
ft_struct/ft_linked_list.c [new file with mode: 0644]
ft_struct/ft_linked_list_helpers.c [new file with mode: 0644]
inc/ft_struct.h