#define RING_USE_STDLIB_ALLOC 1 #include int main(void) { RingBuffer r(10, 1, OVERFLOW_OVERWRITE); return 0; }