test
This commit is contained in:
parent
ce24b2642a
commit
1f446fbc51
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
typedef struct s_list
|
typedef struct s_list
|
||||||
{
|
{
|
||||||
void *content;
|
void *nbr;
|
||||||
struct s_list *next;
|
struct s_list *next;
|
||||||
} t_list;
|
} t_list;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user