-
Notifications
You must be signed in to change notification settings - Fork 0
For the ft_printf project of the 42 school cursus, we must recreate the famous C library printf function. This project teaches us about variadic arguments as well as structures if we plan to implement printf's extra flags. Supported conversions: %, c, s, p, i, d, u, x, X Supported flags: # + (space) Supported options: - 0 . * width
tjsweetblack/ft_printf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
For the ft_printf project of the 42 school cursus, we must recreate the famous C library printf function. This project teaches us about variadic arguments as well as structures if we plan to implement printf's extra flags. Supported conversions: %, c, s, p, i, d, u, x, X Supported flags: # + (space) Supported options: - 0 . * width
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published