From 0fb01c961c92e54e04ad4c7881805db597089863 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 18 Mar 2024 11:37:50 +0100 Subject: Remove the src dir and put everything in root dir hoping that it will appease moulinette --- ft_printf.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 ft_printf.c (limited to 'ft_printf.c') diff --git a/ft_printf.c b/ft_printf.c new file mode 100644 index 0000000..b107513 --- /dev/null +++ b/ft_printf.c @@ -0,0 +1,90 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_printf.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser