aboutsummaryrefslogtreecommitdiff
path: root/ft_printf.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-10-08 20:01:35 +0200
committerCharles <sircharlesaze@gmail.com>2019-10-08 20:01:35 +0200
commit8f3e1c37b67ae18ece6140e497e48139c43f8253 (patch)
treeeb48e89c78c3559eba109d82a4509d05c2df149c /ft_printf.h
parenta92760a9b3a52268e751f6a25db215bcc01cd997 (diff)
downloadft_printf-8f3e1c37b67ae18ece6140e497e48139c43f8253.tar.gz
ft_printf-8f3e1c37b67ae18ece6140e497e48139c43f8253.tar.bz2
ft_printf-8f3e1c37b67ae18ece6140e497e48139c43f8253.zip
Added Makefile, ft_printf template
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