释放字符串空间

int freestr(int bs);
//bs:newbin 或 strlist_new 创建存储区句柄

示例

int bs;
bs=newbin(256); 

freestr(bs);//释放空间

注意