Skip to content
Snippets Groups Projects

Übung2

Open omah03 requested to merge omah03/alp4-repo-template:Übung2 into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
 
// 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 <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <pthread.h>
#include <pthread.h>
Loading