JoelenCruz / Ft_printf_level1_42

Rewrites the printf library in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_printf

1- Clone

git clone https://github.com/JoelenCruz/ft_printf_42.git printf_jcruz-da

2- Navigate to folder printf_jcruz-da and run make

cd printf_jcruz-da/src
make

3- Objective

This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions.

image

For test -> https://github.com/xicodomingues/francinette

About

Rewrites the printf library in C


Languages

Language:C 88.5%Language:Makefile 11.5%