42_Philosopher/threads.h
Camille Chauvet a37cbf88f3 init
2023-04-13 13:00:39 +00:00

7 lines
98 B
C

# include "./data.h"
#include "struct.h"
# include <stdbool.h>
bool threads_init(t_data *data);