From 36c5e3a81de8b910bc04a37994b53296c1540353 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 8 Jan 2021 17:57:23 +0100 Subject: Added separate thread to flush buffer in philo_one and philo_two --- philo_three/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'philo_three/src/main.c') diff --git a/philo_three/src/main.c b/philo_three/src/main.c index 105903d..0b3397c 100644 --- a/philo_three/src/main.c +++ b/philo_three/src/main.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/15 00:45:24 by cacharle #+# #+# */ -/* Updated: 2021/01/04 11:06:41 by cacharle ### ########.fr */ +/* Updated: 2021/01/08 15:11:05 by charles ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit