An open API service indexing awesome lists of open source software.

https://github.com/haletran/42_ft-printf

Reproduce printf
https://github.com/haletran/42_ft-printf

Last synced: over 1 year ago
JSON representation

Reproduce printf

Awesome Lists containing this project

README

          

# 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 :)