Libft is used to develop your logic, learn to use malloc, chain list and use free correctly. Using Makefile for large scale projects like using it without relink.
Libft was made in order to remake C functions like calloc, strlen, strlcpy among others.
Status : Developing
⚠️
if you want to use libft in any file without giving git clone.
for using #include <libft.h> in c files.
git clone https://github.com/Ahegys/Libft.git libft
cd libft
make
make bonus
mv ./libft.a /usr/local/lib/
mv ./libft.h /usr/local/include/