Skip to content

0xEDU/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repo for ft_printf project from École 42SP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published