diff options
| author | Dominik Kaiser | 2025-01-28 13:06:21 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-01-28 13:06:21 +0100 |
| commit | 4d1f3f9325c706ef0b4eb1e78957f886abf28e8b (patch) | |
| tree | 1c48f69b10966c21cd738cc712be841228186f99 /philo/include/ft_utils.h | |
| parent | 5c7f172387e6c2bae5476d721509ee7c065002a6 (diff) | |
| download | Philosophers-4d1f3f9325c706ef0b4eb1e78957f886abf28e8b.tar.gz Philosophers-4d1f3f9325c706ef0b4eb1e78957f886abf28e8b.zip | |
Integrate ft_utils.h into philo.h
Diffstat (limited to 'philo/include/ft_utils.h')
| -rw-r--r-- | philo/include/ft_utils.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/philo/include/ft_utils.h b/philo/include/ft_utils.h deleted file mode 100644 index 2299cd9..0000000 --- a/philo/include/ft_utils.h +++ /dev/null @@ -1,39 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_utils.h :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2025/01/17 11:57:44 by dkaiser #+# #+# */ -/* Updated: 2025/01/21 12:04:07 by dkaiser ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#ifndef FT_UTILS_H -# define FT_UTILS_H - -# include <stdio.h> -# include <stdlib.h> -# include <sys/time.h> - -/* -** Prints error message and returns EXIT_FAILURE -*/ -int ft_err(const char *str); - -/* -** Returns integer value from str -*/ -int ft_atoi(const char *str); - -/* -** Returns current time in milliseconds -*/ -int ft_cur_time_in_ms(void); - -/* -** Prints "timestamp_in_ms id str" -*/ -void ft_log(int id, const char *str); -#endif |
