summaryrefslogtreecommitdiff
path: root/xxx/lib/buffer/ringbuffer.h
blob: 038e33a419fe08b3109205676a4bb9072d4120ae (plain)
1
2
3
#include <stdbool.h>
bool ringbuffer_put(char c);
bool ringbuffer_get(char *c);