From ddb39c38dcdae5f4efbf0ce0a26c4c4276eff024 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Tue, 12 Mar 2024 18:21:02 +0100 Subject: [PATCH] Add header and empty ft_printf.c --- ft_printf.h | 18 ++++++++++++++++++ src/ft_printf.c | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 ft_printf.h create mode 100644 src/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