aboutsummaryrefslogtreecommitdiff
path: root/ft_printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ft_printf.h')
-rw-r--r--ft_printf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ft_printf.h b/ft_printf.h
new file mode 100644
index 0000000..f3c09ab
--- /dev/null
+++ b/ft_printf.h
@@ -0,0 +1,6 @@
+#ifndef FT_PRINTF_H
+# define FT_PRINTF_H
+
+int ft_printf(const char *format, ...);
+
+#endif