Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 267 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 267 Bytes

ft_printf

Because ft_putnbr() and ft_putstr() aren’t enough

The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)