AyoubMaatouch / ft_printf

re-code printf function in C language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_printf

This Project is a recoded version of the original printf that is implimented in C. this printf it can handle the following.

• It will manage the following conversions: cspdiuxX%.

• It will manage any combination of the following flags: ’-0.*’ and minimum field width

• It can be compared with the real printf

About

re-code printf function in C language


Languages

Language:C 94.5%Language:Makefile 5.5%