asarandi / ft_printf

Are you tired of ft_putstr and ft_putnbr? Are you not allowed to use printf? Code your own! This will be an opportunity to discover a feature of the C - the variadic functions - and train you to fine management of display options. You will then have the right to use your printf in all your subsequent projects.

Home Page:https://projects.intra.42.fr/projects/ft_printf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_printf

my implementation of printf

About

Are you tired of ft_putstr and ft_putnbr? Are you not allowed to use printf? Code your own! This will be an opportunity to discover a feature of the C - the variadic functions - and train you to fine management of display options. You will then have the right to use your printf in all your subsequent projects.

https://projects.intra.42.fr/projects/ft_printf


Languages

Language:C 96.9%Language:Makefile 3.1%