Simple ring buffer in C
Copyright (c) Eyal Ben-David ([email protected]) License : LGPL
For More information of the subject see at Wikipedia: https://en.wikipedia.org/wiki/Circular_buffer
Build: make
Test: make test
Windows Build: nmake -f NMakefile [test]