/42_ft_printf

This is a printf replica, 3rd project at 42. It must do the c, s, p, i, u, d, x, X and % conversions, as well as the width, precision, 0, -, +, # and space flags. It contain my libft project inside, since some functions are used, and some were added.

Primary LanguageC

Watchers