C program that uses threads to solves the dining philosophers problem.
cd philosophes
make
LD_LIBRARY_PATH=$(pwd)
LD_PRELOAD=./libriceferee.so ./philo
C program that uses threads to solves the dining philosophers problem.
cd philosophes
make
LD_LIBRARY_PATH=$(pwd)
LD_PRELOAD=./libriceferee.so ./philo