Reproducing the original and complete printf function (stdio.h).
Note that float numbers are not supported but the function has been improved with original bonuses.
The output is a static library including necessary libft functions: libftprintf.a
Create or update the static library from sources.
make
Regenerate completely the static library.
make re
Delete object files created during installation.
make clean
Delete object files but also the compiled static library.
It will not affect the source code.
make fclean
Parsing
Variadic functions