Instructions on how to use the 42 Cursus Tester.
-
Updated
May 22, 2023 - Makefile
Instructions on how to use the 42 Cursus Tester.
Recreating the printf function.
A versatile and customizable formatted output function
Parce que putnbr et putstr ne sont pas assez ✏️
This project aims to recreate the behavior of printf, including it's basic error handling and some of it's flags. We mainly learning about variadic arguments.
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
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 :)
🖨️ 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 es un proyecto de 42, que replica la funcionalidad básica de la función estándar printf en C. El objetivo principal es implementar una versión personalizada y optimizada de esta función para gestionar diferentes tipos de formato y conversión de datos, asegurando un comportamiento eficiente y seguro.
The goal of this project is pretty straightforward. You will recode printf().
This project is pretty straightforward, I had to recode printf. It will be part of my future libft.
[42] My own (Very limited) version of printf
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."