diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-30 10:36:49 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-30 10:36:49 +0100 |
| commit | aa9613efb6fb39bd96fc4836b5d38c3746af1b15 (patch) | |
| tree | 0fac2b661a860b3ca2e3effa868384290064f708 /include/ft_types.h | |
| parent | fe37597119353ce183fc404417b81bd4702f64b7 (diff) | |
| download | libft-aa9613efb6fb39bd96fc4836b5d38c3746af1b15.tar.gz libft-aa9613efb6fb39bd96fc4836b5d38c3746af1b15.tar.bz2 libft-aa9613efb6fb39bd96fc4836b5d38c3746af1b15.zip | |
hash table draft
Diffstat (limited to 'include/ft_types.h')
| -rw-r--r-- | include/ft_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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; |
