This is a 42 project. The purpose is to create a C library with important functions used very frequently during the course.
But first, how can I install and run this project?
git clone https://github.com/richardmarcela/42-libft.git
cd 42-libft
make
gcc -Wall -Wextra -Werror main.c libft.a
and that's basically it! :)