This project is pretty straightforward, I had to recode printf. It will be part of my future libft.
-
Updated
Sep 13, 2023 - C
This project is pretty straightforward, I had to recode printf. It will be part of my future libft.
The goal of this project is pretty straightforward. You will recode printf().
A versatile and customizable formatted output function
[42] My own (Very limited) version of printf
My ft_printf project for the 42 Cursus. A recreation of the printf function found in the <stdio.h> C Library. Bonuses in progress. 100/100
Parce que putnbr et putstr ne sont pas assez ✏️
🖨️ ft_printf was one of the first projects to be carried out at 42. The aim is to re-code the printf function in order to understand how it works. In future projects, the use of printf is forbidden, but we can use our own ft_printf function.
ft_printf is a custom implementation of the printf function in C. It provides a flexible and customizable way to format and print data to the standard output stream.
This project is about recreating printf() function.
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)
Add a description, image, and links to the printf42 topic page so that developers can more easily learn about it.
To associate your repository with the printf42 topic, visit your repo's landing page and select "manage topics."