fix: I create now 1 thread by philo

This commit is contained in:
Camille Chauvet
2023-04-19 11:53:50 +00:00
parent a37cbf88f3
commit 4e27d103a8
6 changed files with 42 additions and 24 deletions

View File

@ -2,6 +2,7 @@
#include "struct.h"
#include <pthread.h>
#include <stdbool.h>
#include <unistd.h>
#include <stddef.h>
bool threads_init(t_data *data)