You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.