โœ๏ธ ft_printf

Because putnbr and putstr arenโ€™t enough

GitHub code size in bytes Code language count GitHub top language GitHub last commit


๐Ÿ’ก About the project

This project is pretty straight forward. You will recode printf. You will mainly learn how to use variadic arguments.

This project consists of coding a library that contains a simplified version of the printf function.

For more detailed information, look at the subject of this project.

๐Ÿ“‹ Testing

You can use this third party tester to fully test the project:

๐Ÿ”— Useful links