/ft_printf

recreation of the prinft function, also handles undefined behaviour the way the original printf would.

Primary LanguageC

Codam Coding College Project: ft_printf

A simplified recreation of stdio's printf.

This project handles the following:

conversions: cspdiuxX%

flags: -0.* along with minimum field width for all conversions.