diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-10 13:34:50 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-10 13:40:02 +0100 |
| commit | d552a2af95a3e03f937a94945369536d1eaae74a (patch) | |
| tree | dcbc6bb1af33219730086cfb5ca1ce0b83a17187 /philo_one/src/philo_one.h | |
| parent | 5b03a0e341881ace66dc5cec5dcfba82fce8221d (diff) | |
| download | philosophers-d552a2af95a3e03f937a94945369536d1eaae74a.tar.gz philosophers-d552a2af95a3e03f937a94945369536d1eaae74a.tar.bz2 philosophers-d552a2af95a3e03f937a94945369536d1eaae74a.zip | |
Updated philo_two with better setup, Norming philo_two
Diffstat (limited to 'philo_one/src/philo_one.h')
| -rw-r--r-- | philo_one/src/philo_one.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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 |
