#include #include #include "src/csb.h" int main(void) { csb_buf *buf = csb_new(); if (buf) { csb_destroy(buf); return(0); } return(1); }