From 7e971b3fa805c40d02ac3e996ab1d181f9584866 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 3 Jan 2021 16:58:00 +0100 Subject: Added h_sleep instead of usleep for better precision --- philo_one/src/philo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'philo_one/src/philo.c') diff --git a/philo_one/src/philo.c b/philo_one/src/philo.c index 1ffb15b..870857b 100644 --- a/philo_one/src/philo.c +++ b/philo_one/src/philo.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/09 23:47:14 by cacharle #+# #+# */ -/* Updated: 2021/01/01 13:33:47 by charles ### ########.fr */ +/* Updated: 2021/01/03 16:49:45 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit