42_Philosopher/threads.h

6 lines
78 B
C
Raw Normal View History

2023-04-13 09:00:39 -04:00
# include "./data.h"
# include <stdbool.h>
bool threads_init(t_data *data);