Because putstring and putnbr are not enough 📜.
This project is pretty straight foward. I tried to replicate the original printf.
For detailed information, refer to the subject of this project.
The library is written in C language and thus needs the gcc compiler and some standard C libraries to run.
git clone https://github.com/joao-per/Printf.gitThere are also some basics tests that you can try in your own printf. Just compile the tester with your output.
