The purpose of this project is code some libc functions, as well as other common utility functions to be reused in the following 42 projects.
Compiling the library
$ cd 42-libft/ && make
Using it in your code
To use the library functions in your code, simply include its header:
#include "libft.h"