#libft
Project for Ecole 42 - PARIS
C functions Library
###EN: Libft's goal was to code in C a library of functions from the Standard C Library (strcpy, atoi, strcat, etc..) and also some fundamental functions (strtrim, strsplit, putnbr, etc..) that we will use for all our projects written in C.
###FR: Ce projet a pour but de nous faire coder en C une bibliothèque de fonctions usuelles que nous pourrons utiliser dans tous nos projets ecrit en C.