Remove void* arithmetic, conform to the Norm
authorLukas Jiriste <ljiriste@student.42prague.com>
Mon, 11 Dec 2023 19:07:39 +0000 (20:07 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Mon, 11 Dec 2023 19:07:39 +0000 (20:07 +0100)
commitcc103f42054c3240a2890abc43c759da6499c084
tree881c52ecdad7f1c79105a68cae840cef440c57df
parentba8e318aa514ab4cee5f3f67b99c5b43faca6efc
Remove void* arithmetic, conform to the Norm

Add -Wpedantic option for compilation to Makefile to catch all mistakes.
Cast void* to char* for any arithmetic done.
Split lines that are too long to fit the 80 char limit of the 42 Norm.
Makefile
ft_arr/ft_vec_access.c
ft_arr/ft_vec_erase.c
ft_arr/ft_vec_free.c
ft_arr/ft_vec_insert.c
inc/ft_arr.h