diff options
Diffstat (limited to 'src/io/ft_printf/ft_vasprintf.h')
| -rw-r--r-- | src/io/ft_printf/ft_vasprintf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/io/ft_printf/ft_vasprintf.h b/src/io/ft_printf/ft_vasprintf.h index 4110557..2d364c8 100644 --- a/src/io/ft_printf/ft_vasprintf.h +++ b/src/io/ft_printf/ft_vasprintf.h @@ -6,12 +6,12 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/29 00:06:46 by cacharle #+# #+# */ -/* Updated: 2019/11/13 09:29:23 by cacharle ### ########.fr */ +/* Updated: 2020/01/15 11:39:15 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -#ifndef HEADER_H -# define HEADER_H +#ifndef FT_VASPRINTF_H +# define FT_VASPRINTF_H # include <unistd.h> # include <stdlib.h> |
