As its name indicates, this project consists of reproducing the 'printf' function of C.
This Project was made with:
# *************COMMANDS************ #
# run - run compile all the libtest with the your libft and run the all tests
$ make all
# clean - remove the .o and .c files
$ make clean
# fclean - remove the .o and .c files and the .a
$ make fclean
# re - remove all files and remake all
$ make re
# after run one time the the comand all
# you can use compile others files .c using this lib
# and using the function of then.
$ gcc main.c -L . -lft