The Ft_printf project is a 42 school project that involves re-coding the printf function from the standard I/O c library. This project allows us to implement variadic functions for the first time, to take multiple parameters inside the printf function.
You can get the libftprintf.a archive by running :
make
And then add the lib to your project compilation with :
-L/path_to_ft_printf -lftprintf