From f57ec76fd1be738d7b9d82c1f7548883efa15d0c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 30 Sep 2020 14:48:12 +0200 Subject: Added philo_three draft --- philo_three/philo_three.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 philo_three/philo_three.h (limited to 'philo_three/philo_three.h') diff --git a/philo_three/philo_three.h b/philo_three/philo_three.h deleted file mode 100644 index 35e0cd3..0000000 --- a/philo_three/philo_three.h +++ /dev/null @@ -1,19 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* philo_three.h :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: cacharle +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/15 00:46:26 by cacharle #+# #+# */ -/* Updated: 2020/02/15 00:47:25 by cacharle ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#ifndef PHILO_THREE_H -# define PHILO_THREE_H - -# include -# include "common.h" - -#endif -- cgit