catbuf_delete - block read/write functions for buffers
#include <cat.h>
int catbuf_delete(cat_buffer *b, int offset, int length);
catbuf_delete() (macro) is a convenience macro that removes a byte range from the buffer.
The macro is defined as catbuf_extract(b, offset,
len, NULL).
catbuf_delete(), catbuf_insert(), and catbuf_extract() are block read/write functions for data buffers.
See catbuf_extract
cat, catbuf, catbuf_extract, catbuf_insert