aboutsummaryrefslogtreecommitdiff
path: root/ft_printf.h
blob: f3c09ab9fec343ece0cd6b8f0bf86f01bd5777cc (plain)
1
2
3
4
5
6
#ifndef FT_PRINTF_H
# define FT_PRINTF_H

int ft_printf(const char *format, ...);

#endif