This commit is contained in:
Camille Chauvet
2023-04-13 13:00:39 +00:00
commit a37cbf88f3
20 changed files with 625 additions and 0 deletions

5
philos.h Normal file
View File

@ -0,0 +1,5 @@
# include <stdbool.h>
# include "./data.h"
bool philos_init(t_data *data);
void philos_destroyer(t_data *data);