From ddb39c38dcdae5f4efbf0ce0a26c4c4276eff024 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Tue, 12 Mar 2024 18:21:02 +0100 Subject: Add header and empty ft_printf.c --- ft_printf.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ft_printf.h (limited to 'ft_printf.h') 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