From aa9613efb6fb39bd96fc4836b5d38c3746af1b15 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 30 Jan 2020 10:36:49 +0100 Subject: hash table draft --- include/ft_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/ft_types.h') diff --git a/include/ft_types.h b/include/ft_types.h index 948e33d..b465382 100644 --- a/include/ft_types.h +++ b/include/ft_types.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/17 09:59:15 by cacharle #+# #+# */ -/* Updated: 2020/01/17 10:16:14 by cacharle ### ########.fr */ +/* Updated: 2020/01/30 09:54:28 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -15,6 +15,7 @@ typedef unsigned char t_ftbyte; typedef int t_ftbool; +typedef unsigned int t_ftsize; typedef char t_ftchar; typedef unsigned char t_ftuchar; -- cgit