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".
|
|
||
|---|---|---|
| .gitignore | ||
| flake.nix | ||
| Makefile | ||
| README.md | ||
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 |