aboutsummaryrefslogtreecommitdiff
path: root/libft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libft.h')
-rw-r--r--libft.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libft.h b/libft.h
index 84cc8c1..6e1eb07 100644
--- a/libft.h
+++ b/libft.h
@@ -18,6 +18,8 @@
# define TRUE 1
# define FALSE 0
+typedef unsigned char t_byte;
+
typedef struct s_list
{
void *content;