From ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 31 Jan 2020 10:44:30 +0100 Subject: hash table unit testing, norming --- include/libft_types.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'include/libft_types.h') 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 +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* 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 -- cgit