diff options
Diffstat (limited to 'ft_printf/ft_printf.c')
| -rw-r--r-- | ft_printf/ft_printf.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ft_printf/ft_printf.c b/ft_printf/ft_printf.c new file mode 100644 index 0000000..c0a262f --- /dev/null +++ b/ft_printf/ft_printf.c @@ -0,0 +1,7 @@ +#include <stdarg.h> + +int ft_printf(char *format, ...) +{ + va_list ap; + +} |
