LIBFT Very first project in 42 school. Lift consists in coding your own C standard library functions. USAGE make include "libft.h" to your .c files then compile : gcc -Wall -Wextra -Werror [YOUR .c FILES] -o [YOUR EXEC] libft.a