From d552a2af95a3e03f937a94945369536d1eaae74a Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 10 Jan 2021 13:34:50 +0100 Subject: Updated philo_two with better setup, Norming philo_two --- philo_one/src/philo_one.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'philo_one/src/philo_one.h') diff --git a/philo_one/src/philo_one.h b/philo_one/src/philo_one.h index 2af457e..a327d2e 100644 --- a/philo_one/src/philo_one.h +++ b/philo_one/src/philo_one.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/11/24 06:11:16 by cacharle #+# #+# */ -/* Updated: 2021/01/10 11:42:48 by cacharle ### ########.fr */ +/* Updated: 2021/01/10 12:00:35 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -77,7 +77,6 @@ void philos_destroy(t_philo *philos, long int num); bool philo_finished(t_philo_conf *conf); void *routine_philo(t_philo *arg); -void *routine_death(t_philo *arg); /* ** io.c -- cgit