Program who represente the dining philosophers problem with thread and mutex.
-
To compile the program :
$ make
-
To start the program :
$ ./philo [number_of_philosophers] [time_to_die] [time_to_eat] [time_to_sleep] [number_of_times_each_philosopher_must_eat]
-
Remove all :
$ make fclean