init mutex broken

This commit is contained in:
hugogogo
2022-01-13 09:56:09 +01:00
parent bc40b571e9
commit f8f509dd59
3 changed files with 5 additions and 6 deletions

View File

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