42's project ft_printf (Paris), was done with the old subject (<2021)
Ft_printf reproduces the functionning of the C function Printf. Supports "cspdiuxX%" conversions with "0.*-" flags.
main.c contins some tests, including all required tests from the correction of the new subject.