correction loop chained list

This commit is contained in:
hugogogo
2022-01-13 08:53:27 +01:00
parent 81f0ded5e3
commit bc40b571e9
5 changed files with 96 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
#ifndef PHILO_PROTO_H
# define PHILO_PROTO_H
pthread_mutex_t mutex;
// t_mtx mutex;
// init.c
t_philo *init(int ac, char **av, pthread_t **id);