My own library in C, replicating a few functions of the C standard library.
First, clone the repo:
git clone https://github.com/Gtalavero/libft.git
Put in your proyect folder (proyect/libft)
Make all
Now you get a libft.a ; Just link it to your program. Example:
gcc main.c -I. libft.a