"This project is pretty straight forward. You will recode printf."
-
Updated
Nov 6, 2021 - C
"This project is pretty straight forward. You will recode printf."
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.
Because putnbr and putstr are not enough ^-^
This is a 42 project that consists of a simplified version of the printf function in C.
42's project based on replicating the native C function printf
Wrote C's built-in printf function as ft_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.
This project aims to code a custom implementation of the C 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
Recreating the printf function.
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."