remove bonus
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct s_list
|
||||
{
|
||||
void *data;
|
||||
struct s_list *next;
|
||||
} t_list;
|
Reference in New Issue
Block a user