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