/42cursus_printf

This is a library that contains ft_printf, a function that mimics the real printf.

Primary LanguageC

image 42cursus_printf

This project contains ft_printf mandatory part, a function that mimics the real printf.

In this version only the basic parsers %cspduixX% were implemented.

This function returns a integer of the quantity of writen chars of the single call of write function.