fonctionne ok sauf pour 1

This commit is contained in:
Hugo LAMY
2022-01-26 13:52:30 +01:00
parent 6561340fb9
commit 2f747d0563
4 changed files with 20 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ void *philo_exec(void *arg);
// generic.c
void init_time(t_philo *philo);
void update_time(t_philo *philo);
int print_message(t_philo *philo, char *clr, char *msg, int key);
int print_message(t_philo *philo, char *clr, char *msg);
#endif