1 2 3 4 5
#include "lib/bool/bool.h" void ringbuffer_init(); bool ringbuffer_put(char c); bool ringbuffer_get(char *c);