Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 664 Bytes

File metadata and controls

17 lines (11 loc) · 664 Bytes

ft_printf

This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.

State

ft_printf Build ft_printf Score

Installation & Building

To install and build

  git clone https://github.com/WOLFIE-OG/ft_printf
  cd ft_printf
  make