00001 00023 #include "cbuf.h" 00024 00025 char 00026 cbufIsEmpty(Cbuf this) 00027 { 00028 return (0 == this->bused); 00029 } 00030 00031 // vim: set ts=4 sw=4: