Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 420 Bytes

ft_printf

Because ft_putnbr() and ft_putstr() aren’t enough

Summary

The goal of this project is recode printf(). Variadic functions are the core of it.

Getting started

First, clone this repository and cd into it:

$ git clone https://github.com/0xEDU/ft_printf; cd ft_printf

Compile the library with:

$ make