This project aimed at recoding the printf function from the C Standard library to be reused in my future projects. This is the first challenging project where I had to code a complex function from scratch.
- Thought through Program architecture.
- Code organisation and segmentation.
- Basic TDD (Test Driven Development).
- Advanced debugging.