#include "lib/bool/bool.h" void ringbuffer_init(); bool ringbuffer_put(char c); bool ringbuffer_get(char *c);