Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 278 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 278 Bytes

ft_printf

Ft_printf is a fuctions that same printf of standard C library

New options : %b for binary ( Flags include )

Usage

$ make
$ gcc {youfiles.c} -L. -lftprintf

Result

Image of Result