Function rbuffer_print

Function Documentation

void rbuffer_print(struct rbuffer *rb)

Print the ringbuffer.

If no element print callback was passed during initialization, then calling this function is undefined.

Parameters:

rb – The ringbuffer handle.