ft_print is a project in the common-core of 42school. Where the main goal is to reproduce the function from the stdio library "printf".
Find a file
2025-09-17 18:08:25 +02:00
libft Delete libft/ft_strlen.o 2023-12-23 17:38:21 +01:00
src Delete src/ft_put.o 2023-12-23 17:38:40 +01:00
.gitignore core(ignore): adding ignore to the repository 2025-09-17 18:07:53 +02:00
flake.nix core(nix/flake): adding flake for developpement on nixos 2025-09-17 18:08:25 +02:00
Makefile Updating the makefile 2023-12-27 18:35:45 +01:00
README.md Removing banner 2024-05-12 19:11:01 +02:00

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.

Keywords Skills
Unix Logic Algorithms & AI
Rigor