resolved unexpected additionnal call to the chained list

This commit is contained in:
hugogogo
2022-01-09 11:10:04 +01:00
parent 4b37e5392e
commit 48118ae3ab
3 changed files with 24 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# define PHILO_PROTO_H
// init.c
t_philo *init(char **av, pthread_t *id);
t_philo *init(char **av, pthread_t **id);
#endif