LiaOlya / ft_printf

Tired of managing your displays using ft_putnbr and ft_putstr? Not allowed to use printf? Code your own printf! An opportunity to discover a new C feature, variadic functions, and learn to fine-tune display options. You will be allowed to use your printf function in all future projects!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Tired of managing your displays using ft_putnbr and ft_putstr? Not allowed to use printf? Code your own printf! An opportunity to discover a new C feature, variadic functions, and learn to fine-tune display options. You will be allowed to use your printf function in all future projects!


Languages

Language:C 97.4%Language:Makefile 2.6%