Small and simple C library implementing byte circular (aka ring) buffer.
- CMake 2.8.8
- GCC 4.7.1
- GLib 2.32.4 (optional, for unit tests)
Different versions haven't been tested but might work as well.
cmake -DCMAKE_INSTALL_PREFIX=/usr/local .
make
make install
See ringbuf.h
for reference, function names are self-describing (I hope so).
See project page.