oz123 / awesome-c

A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Creative Commons Attribution Share Alike 4.0 International
9.48k stars 834 forks source link

Adding ringbuf #203

Open aschuhardt opened 3 years ago

aschuhardt commented 3 years ago

Adding a link to my LIFO ring buffer library, ringbuf. It includes documentation in its README as well as unit tests.

Edit: https://github.com/aschuhardt/ringbuf