42_Philosopher/threads.h
Camille Chauvet d6aee63600 fix
2023-04-25 14:33:35 +00:00

6 lines
78 B
C

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