ringbuffer.c This is the ringbuffer programming example. Here you can find some basic information about ringbuffers. implement the ringbuffer in src/ringbuffer.c and src/ringbuffer.h implement the tests in test/ringbuffer.test.c Run tests using make