/printf

Replicating the native c printf function, this is like a minimal printf

Primary LanguageC

printf

This a collaboration project called printf. In this project, we attempt to create our own version of the native C printf function.

The function will have the name _printf instead of printf.