/ft_printf

42 - Reproduction of the libc’s printf function.

Primary LanguageC

FT_PRINTF

"Because putnbr and putstr aren’t enough"

Objective

The aim of this project is to recode printf.

(learn how to use variadic arguments)

Usage

$ git clone https://github.com/harlock-42/printf.git
$ cd printf
$ make