Skip to content

Ft_printf is a reimplementation of the standard printf function in C, developed as part of the 42 curriculum. The goal is to reproduce formatted output functionality while managing variable arguments, type conversions, and string formatting — all without using the standard printf itself

Notifications You must be signed in to change notification settings

Sheratan095/ft_printf

About

Ft_printf is a reimplementation of the standard printf function in C, developed as part of the 42 curriculum. The goal is to reproduce formatted output functionality while managing variable arguments, type conversions, and string formatting — all without using the standard printf itself

Topics

Stars

Watchers

Forks