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