BaBreton / 42-Ft_printf

Re-coding printf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Re-coding printf.


Languages

Language:C 86.3%Language:Makefile 13.7%