routine des philosophers ok et debut usage time

This commit is contained in:
Hugo LAMY
2022-01-21 12:05:52 +01:00
parent 9a59f54641
commit 3ee91785f6
4 changed files with 57 additions and 45 deletions

View File

@@ -7,6 +7,7 @@
# include <string.h>
# include <unistd.h>
# include <pthread.h>
# include <sys/time.h>
# include "philo_struct.h"
# include "philo_proto.h"