From: Dominik Kaiser Date: Tue, 12 Mar 2024 17:21:02 +0000 (+0100) Subject: Add header and empty ft_printf.c X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=ddb39c38dcdae5f4efbf0ce0a26c4c4276eff024;p=42%2Fft_printf.git Add header and empty ft_printf.c --- diff --git a/ft_printf.h b/ft_printf.h new file mode 100644 index 0000000..a148f73 --- /dev/null +++ b/ft_printf.h @@ -0,0 +1,18 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_printf.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser