Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 302 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 302 Bytes

ft_printf42

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.