Skip to content

42cursus-youkim/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖨️ ft_printf

stdio my beloved

This project is pretty straight forward. You will recode printf. Fortunetaly you will be able to reuse it in future projects as a legit function of your libft. You will mainly learn how to use variadic arguments.

reinventing printf function for c.

i feel i could reduce total code by half if i do it again, but why should i? after all, i possess the power of... <stdio.h>