Sure your libft is clean, but can it do this:
❯ grep '\[' libft/ft_*.c | wc -l
0
I don’t hate [] indexes, sometimes it makes more sense.
I just figured it’d be a fun challenge to use only pointer arithmetic in libft
(and no *(ptr + i) either, that’d be cheesy)
Made with baressg