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
This is the ringbuffer programming example. Here you can find some basic information about ringbuffers.
Run tests using make