Two-week assignment due: November 12th, 1:20pm
In this lab you'll be using pthreads to implement a producer/consumer model with a shared buffer. There will be two threads: a producer and a consumer. The producer will read information from standard input and place it into a ring buffer. The consumer will extract information from the buffer.
As described in the writeup, you should submit ringbuf.c using the following command:
cs105submit -a 05 ringbuf.c