aboutsummaryrefslogtreecommitdiff
path: root/include/ft_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ft_types.h')
-rw-r--r--include/ft_types.h3
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;