Skip to content

BaBreton/42-Ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaBreton

language language

42-Ft_printf

The Ft_printf project is a 42 school project that involves re-coding the printf function from the standard I/O c library. This project allows us to implement variadic functions for the first time, to take multiple parameters inside the printf function.

Installation

You can get the libftprintf.a archive by running :

  make

And then add the lib to your project compilation with :

  -L/path_to_ft_printf -lftprintf