2nd 42 School Exam
-
Updated
Oct 18, 2024 - C
2nd 42 School Exam
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.
Recreating the printf function.
El objetivo de este proyecto es bastante sencillo. Deberás reprogramar printf(). Aprenderás, principalmente, a utilizar un número variable de argumentos
This project aims to code a custom implementation of the C printf function
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.
Wrote C's built-in printf function as ft_printf.
42's project based on replicating the native C function printf
This is a 42 project that consists of a simplified version of the printf function in C.
Because putnbr and putstr are not enough ^-^
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.
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."