diff options
Diffstat (limited to 'include/libft_printf.h')
| -rw-r--r-- | include/libft_printf.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/include/libft_printf.h b/include/libft_printf.h index 1200478..8e64208 100644 --- a/include/libft_printf.h +++ b/include/libft_printf.h @@ -1,6 +1,17 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* libft_printf.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/01/31 10:36:47 by cacharle #+# #+# */ +/* Updated: 2020/01/31 10:36:51 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ -#ifndef FT_PRINTF_H -# define FT_PRINTF_H +#ifndef LIBFT_PRINTF_H +# define LIBFT_PRINTF_H int ft_printf(const char *format, ...); int ft_sprintf(char *str, const char *format, ...); |
