Refactor main.c to multiple files to pass the Norm
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 21 Mar 2024 09:49:35 +0000 (10:49 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 22 Mar 2024 10:01:34 +0000 (11:01 +0100)
commita03a45b700f2b8fbf4d5e7ba6e96d23d3d215833
tree01336521b437e06dbc6758826d4d263bb39c8d36
parentf41587fc46d3de1f73b6d6cff3b554b6c2703f78
Refactor main.c to multiple files to pass the Norm
philo/Makefile
philo/check_death.c [new file with mode: 0644]
philo/init.c [new file with mode: 0644]
philo/libft_extract.c [new file with mode: 0644]
philo/main.c
philo/parsing.c [new file with mode: 0644]
philo/philo.h
philo/philos.c [new file with mode: 0644]
philo/print.c [new file with mode: 0644]
philo/time.c [new file with mode: 0644]