Wrote ft_printf() a function that mimic the original printf()
-
Updated
Jun 5, 2023 - C
Wrote ft_printf() a function that mimic the original printf()
This project is pretty straight forward. You will recode printf. Hopefully you will be able to reuse it in the future projects without the fear of being flagged as a cheater. You will mainly learn how to use variadic arguments.
Add a description, image, and links to the va-arg topic page so that developers can more easily learn about it.
To associate your repository with the va-arg topic, visit your repo's landing page and select "manage topics."