summaryrefslogtreecommitdiff
path: root/ft_printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ft_printf.h')
-rw-r--r--ft_printf.h18
1 files changed, 18 insertions, 0 deletions
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 <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2024/03/12 18:19:47 by dkaiser #+# #+# */
+/* Updated: 2024/03/12 18:20:41 by dkaiser ### ########.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef FT_PRINTF_H
+# define FT_PRINTF_H
+
+int ft_printf(char *fmt, ...);
+
+#endif // FT_PRINTF_H