In this project I recreated basic functional of standart printf() function
Ft_printf made as part of the "libftprintf" library, which creates atfer compiling project.
Clone repo and type:
$ makeTo clean object files:
$ make cleanTo clean object and library files:
$ make fcleanTo remake:
$ make reAfter "make" libftprintf.a library file can be used in projects
Ft_printf replicates basic behaviour of printf().
Implemented flags: cspdiuxX%