diff options
Diffstat (limited to 'include/libft_types.h')
| -rw-r--r-- | include/libft_types.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/include/libft_types.h b/include/libft_types.h index be1cc20..8df4e00 100644 --- a/include/libft_types.h +++ b/include/libft_types.h @@ -1,6 +1,17 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* libft_types.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/01/31 10:36:56 by cacharle #+# #+# */ +/* Updated: 2020/01/31 10:37:01 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ -#ifndef FT_TYPES_H -# define FT_TYPES_H +#ifndef LIBFT_TYPES_H +# define LIBFT_TYPES_H # define TRUE 1 # define FALSE 0 |
