ft_printf project for 42
This is a replicated version of FreeBSD's printf function from stdio.h
Use man printf
for reference
%diuscXxp%
-0
To build the project
- run
cd printf
- run
make
- run test with
make test
. You can add new tests to the file if needed