diff options
Diffstat (limited to 'libft.h')
| -rw-r--r-- | libft.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ # define TRUE 1 # define FALSE 0 +typedef unsigned char t_byte; + typedef struct s_list { void *content; |
