summaryrefslogtreecommitdiff
path: root/src/rb.c
AgeCommit message (Collapse)Author
2014-01-18rb: allow to remove data from a ring bufferOlivier Gayot
we provide two new ways to remove data from a ring_buffer rb_remove(rb, n) or rb_get(rb, NULL, n) closes #2
2014-01-18rb: add a first version of the libraryOlivier Gayot
first working version of the library. the binary stuff is included. we can write to and read from a ring buffer.