Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pikmin-rgb/ft_printf

Because ft_putnbr() and ft_putstr() aren’t enough
https://github.com/pikmin-rgb/ft_printf

c function makefile school-project

Last synced: about 7 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# ft_printf

The goal of this project is pretty straightforward. You will recode printf().
You will mainly learn about using a variable number of arguments.

⚠️ **NO BONUS** ⚠️

This version of ft_printf support the following conversions : cspdiuxX%

This project has been validated with a score of 100/100.