remove bonus

This commit is contained in:
2024-09-16 16:19:38 +02:00
parent e3b2eb0852
commit 42b7aab1ae
4 changed files with 0 additions and 158 deletions

View File

@ -1,7 +0,0 @@
#pragma once
typedef struct s_list
{
void *data;
struct s_list *next;
} t_list;