Bonus not included. Subject attached.
Basic implementation of printf. Straightforward code and as clean as possible.
This repo is an exportable version my printf project. The original project is stored in the .tar archive.
Change log:
- Makefile create obj/ directory
- header in a new include/ directory
Tested by moulinette (100%) and francinette.
As in many 42 implementations, for this project, the write function is not protected. So there are errors in francinette --strict
mode. The moulinette doesn't check this particular case.