/ft_printf

Everyone knows the printf function in the C language. I have written my own printf function in this project. There is almost no difference between it and the original function. We can also make optional additions..

Primary LanguageCApache License 2.0Apache-2.0

ft_printf