Add some t_vec functions and change name
authorLukas Jiriste <ljiriste@student.42prague.com>
Mon, 11 Dec 2023 09:27:36 +0000 (10:27 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Mon, 11 Dec 2023 09:27:36 +0000 (10:27 +0100)
commitba8e318aa514ab4cee5f3f67b99c5b43faca6efc
treed47226be8856d4a464b1f59e8970db02c45c5a5a
parent0f2a329d9d76ddc77d22899ab8badfedadc78527
Add some t_vec functions and change name

Add functions for inserting and erasing multiple elements.
Rename dir ft_vec to ft_arr and rename ft_vec.h to ft_arr.h for future
implementation of other array structures (matrices).
Makefile
ft_arr/ft_vec_access.c [moved from ft_vec/ft_vec_access.c with 92% similarity]
ft_arr/ft_vec_append.c [moved from ft_vec/ft_vec_append.c with 71% similarity]
ft_arr/ft_vec_erase.c [moved from ft_vec/ft_vec_erase.c with 64% similarity]
ft_arr/ft_vec_free.c [moved from ft_vec/ft_vec_free.c with 92% similarity]
ft_arr/ft_vec_init.c [moved from ft_vec/ft_vec_init.c with 88% similarity]
ft_arr/ft_vec_insert.c [moved from ft_vec/ft_vec_insert.c with 73% similarity]
ft_arr/ft_vec_reserve.c [moved from ft_vec/ft_vec_reserve.c with 89% similarity]
inc/ft_arr.h [moved from inc/ft_vec.h with 61% similarity]
inc/libft.h