Unacoli / ft_printf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C 91.4%Language:Makefile 8.6%