diff options
Diffstat (limited to 'include/libft_io.h')
| -rw-r--r-- | include/libft_io.h | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/include/libft_io.h b/include/libft_io.h index 75dda57..e1a2536 100644 --- a/include/libft_io.h +++ b/include/libft_io.h @@ -1,6 +1,17 @@ - -#ifndef FT_IO_H -# define FT_IO_H +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* libft_io.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/01/31 10:35:43 by cacharle #+# #+# */ +/* Updated: 2020/01/31 10:35:48 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef LIBFT_IO_H +# define LIBFT_IO_H # include <unistd.h> # include <stdlib.h> |
