diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-10-08 20:01:35 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-10-08 20:01:35 +0200 |
| commit | 8f3e1c37b67ae18ece6140e497e48139c43f8253 (patch) | |
| tree | eb48e89c78c3559eba109d82a4509d05c2df149c /ft_printf.h | |
| parent | a92760a9b3a52268e751f6a25db215bcc01cd997 (diff) | |
| download | ft_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.h | 6 |
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 |
