Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 311 Bytes

File metadata and controls

9 lines (5 loc) · 311 Bytes

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