-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sheratan095/ft_printf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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