6 lines
113 B
C
6 lines
113 B
C
|
# include <stdbool.h>
|
||
|
# include "./data.h"
|
||
|
|
||
|
bool philos_init(t_data *data);
|
||
|
void philos_destroyer(t_data *data);
|