6 lines
78 B
C
6 lines
78 B
C
|
# include "./data.h"
|
||
|
# include <stdbool.h>
|
||
|
|
||
|
bool threads_init(t_data *data);
|
||
|
|