Libft is a 42 school project that involves re-coding the basic functions of the C Language. This Libft therefore contains the requested functions, as well as others for my personal use.
You can compile the libft with :
make
It will give you libft.a archive, which you can add to your project compilation with :
-L/path_to_libft -lft