Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 343 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 343 Bytes

ft_printf

Mimics most of printf's behavior.

Code is not very efficient and does not follow clean code practices, as I was attempting to maximize conciseness while following some stringent formatting restrictions in the original assignment: (max of 25 lines per function, 4 parameters per function, 5 variables per function, etc.)

Enjoy!