summaryrefslogtreecommitdiff
path: root/libft.h
diff options
context:
space:
mode:
authorDominik Kaiser2024-04-12 16:44:17 +0200
committerDominik Kaiser2024-04-12 16:44:17 +0200
commitccf6226d8e0dc412206c5b9271654519357b0e2f (patch)
treeba5aece735e7ab1989c8c42988858f7addb65c7a /libft.h
parent71eea3dbef2110114eb6f648e9ffdfb079884678 (diff)
downloadlibft-ccf6226d8e0dc412206c5b9271654519357b0e2f.tar.gz
libft-ccf6226d8e0dc412206c5b9271654519357b0e2f.zip
Add ft_printf
Diffstat (limited to 'libft.h')
-rw-r--r--libft.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libft.h b/libft.h
index 148094f..0e35f35 100644
--- a/libft.h
+++ b/libft.h
@@ -6,13 +6,14 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/10 16:37:54 by dkaiser #+# #+# */
-/* Updated: 2024/03/11 13:11:23 by dkaiser ### ########.fr */
+/* Updated: 2024/04/12 16:44:02 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef LIBFT_H
# define LIBFT_H
+# include "ft_printf.h"
# include <stdlib.h>
# include <string.h>
# include <unistd.h>