This is the first 42 project. It aims to recreate useful tools for next projects, such as various standard libc functions and linked lists.
You may compile the library libft.a by running make.
Include this header in a C project :
#include "libft.h"