Description
Program that synchronizes shared memory between two processes. Both processes swap memory back and forth, but a semaphore prevents them from clobbering data. Extra credit is the same, but with a custom synchronization library.
26 KiB
Languages
C
100%