Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 259 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 :)