diff options
| author | Dominik Kaiser | 2025-01-18 12:50:55 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-01-18 12:50:55 +0100 |
| commit | 56afbb3011c346dfc0d9e6d92e76cb13fdb272c8 (patch) | |
| tree | ff786f412a8ed2fd4cba316dcf11220fdf956046 /philo/include/philo.h | |
| parent | e3c8f02a98c2cbf73266bf232c0fb38e48adcd06 (diff) | |
| download | Philosophers-56afbb3011c346dfc0d9e6d92e76cb13fdb272c8.tar.gz Philosophers-56afbb3011c346dfc0d9e6d92e76cb13fdb272c8.zip | |
Add ft_log func
Diffstat (limited to 'philo/include/philo.h')
| -rw-r--r-- | philo/include/philo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/philo/include/philo.h b/philo/include/philo.h index 9566136..308857b 100644 --- a/philo/include/philo.h +++ b/philo/include/philo.h @@ -6,7 +6,7 @@ /* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/01/17 10:23:19 by dkaiser #+# #+# */ -/* Updated: 2025/01/18 11:36:45 by dkaiser ### ########.fr */ +/* Updated: 2025/01/18 12:46:42 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ @@ -17,7 +17,6 @@ # include <stdlib.h> # include <stdio.h> # include <pthread.h> -# include <sys/time.h> # include "ft_utils.h" # define ERR_USAGE "Usage: <nbr_of_philos> <ttd> <tte> <tts> [times_must_eat]" |
