m-carecho / 42SP_PRINTF

The goal of this project is pretty straightforward. Recode printf(). The goal is to learn how to use a variable number of arguments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“Œ Index

✨ What's printf?

This project is pretty straight forward, recode the printf function. The versatility of the printf function in C represents a great exercise in programming for us. This project is of moderate difficulty. It will enable you to discover variadic functions in C. The key to a successful ft_printf is a well-structured and good extensible code.

πŸ“‹ List of Archives


πŸ’» Technologies

This Project was made with:


made with πŸ’– by m-carecho

About

The goal of this project is pretty straightforward. Recode printf(). The goal is to learn how to use a variable number of arguments.


Languages

Language:C 95.0%Language:Makefile 5.0%