diff --git a/cars_2.c b/cars_2.c index b1242f3a648a7a5578975dd0f8fe44229c0d841d..ee3d0b2e84d66ee960aca8b4fcaa79f075def172 100644 --- a/cars_2.c +++ b/cars_2.c @@ -1,3 +1,6 @@ +// This is the solution to the 1) from Übung 2) +// Used two fold lock with mutal precendence from the Vorlseung, however it doesn't work correctly + #include <stdio.h> #include <stdlib.h> #include <pthread.h>