2nd 42 School Exam
-
Updated
Oct 18, 2024 - C
2nd 42 School Exam
Recreating the printf function.
This is a 42 project that consists of a simplified version of the printf function in C.
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.
"This project is pretty straight forward. You will recode 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.
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.
El objetivo de este proyecto es bastante sencillo. Deberás reprogramar printf(). Aprenderás, principalmente, a utilizar un número variable de argumentos
Because putnbr and putstr are not enough ^-^
This project aims to code a custom implementation of the C printf function
Wrote C's built-in printf function as ft_printf.
Add a description, image, and links to the 42printf topic page so that developers can more easily learn about it.
To associate your repository with the 42printf topic, visit your repo's landing page and select "manage topics."