/42_ft_printf

Our own printf

Primary LanguageC

42_printf

42's third project as a cadet, recreate the well known printf from stdio library.

Alt text

NO BONUS BADGE :'(

Description:

ft_printf is a project where we learn about strings manipulations and variadic functions!!!
  • we learn a lot about variadic functions while using stdargs library to replicate printf
  • we are introduced to a new concept, variadic functions.
  • bonus part is about manipulating different flags and stuff that i didn't do it :(.