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-19 16:48:36 +02:00
.github/workflows ci(make): adding the build action to my repository 2025-09-19 16:48:36 +02:00
includes feat: adding the t_func type 2025-09-19 16:09:44 +02:00
sources feat(char): adding function for x / X / p / u / (i / d) 2025-09-19 16:13:10 +02:00
.gitignore core(ignore): adding ignore to the repository 2025-09-17 18:07:53 +02:00
flake.nix build(nix/shell): Adding a shell hook to flake 2025-09-19 16:21:43 +02:00
Makefile build(make): adding files to compile 2025-09-19 16:08:07 +02:00