#include #include "cbuf.h" size_t cbufGetFree(Cbuf this) { return this->bsize - this->bused; } // vim: set ts=4 sw=4: