luizedua42 / 42_ft_printf

Our own printf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :(.

About

Our own printf


Languages

Language:C 97.1%Language:Makefile 2.9%