dynamic_buffer.h v0.2.2
Reference-counted byte buffer library for efficient I/O operations
|
Functions for combining buffers. More...
Functions | |
DB_DEF db_buffer | db_concat (db_buffer buf1, db_buffer buf2) |
Concatenate two buffers into a new buffer. | |
DB_DEF db_buffer | db_concat_many (db_buffer *buffers, size_t count) |
Concatenate multiple buffers into a new buffer. | |
Functions for combining buffers.
Concatenate two buffers into a new buffer.
buf1 | First buffer (can be NULL) |
buf2 | Second buffer (can be NULL) |