/ringbuf

A toy ringbuf C implementation

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Ringbuf

A toy ring buffer implementation

Build

$ gcc -Wall -o ringbuf ringbuf.c
$ ./ringbuf