# Philosophers 42 school project PHILOSOPHERS BONUS === ## Subject : ## Docs : [Semaphores](https://sites.uclouvain.be/SyllabusC/notes/Theorie/Threads/coordination.html) ## Structure : Main : - parsing() -> - create table and *philos - setup parameters - create sticks semaphore - init_philos() -> - create array of childs pids - for each philo, create a fork() : - philo_life() -> - - loop