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
Raphael d81193d698
feat: adding functions around printf
adding printf / dprint / vdprintf function
2025-09-19 16:11:38 +02:00
includes feat: adding the t_func type 2025-09-19 16:09:44 +02:00
sources feat: adding functions around printf 2025-09-19 16:11:38 +02:00
.gitignore core(ignore): adding ignore to the repository 2025-09-17 18:07:53 +02:00
flake.nix build(nix/pkgs): adding lldb pkgs for debug 2025-09-19 16:10:29 +02:00
Makefile build(make): adding files to compile 2025-09-19 16:08:07 +02:00