1
0

🏗️」 wip: testing things, might broke.

This commit is contained in:
2024-07-21 20:55:35 +02:00
parent 4c6644e1b2
commit b706482b26
13 changed files with 155 additions and 27 deletions

19
philo/philo_routine.c Normal file
View File

@ -0,0 +1,19 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* philo_routine.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/16 19:54:02 by adjoly #+# #+# */
/* Updated: 2024/07/16 20:57:54 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
void *philo_routine(void *param)
{
t_philo philo;
philo = (t_philo)param;
log
}