This commit is contained in:
kinou-p 2021-12-26 20:45:33 +01:00
parent ce24b2642a
commit 1f446fbc51

View File

@ -18,7 +18,7 @@
typedef struct s_list
{
void *content;
void *nbr;
struct s_list *next;
} t_list;