dynamic_buffer.h v0.2.2
Reference-counted byte buffer library for efficient I/O operations
|
Functions for modifying buffer contents and size. More...
Functions | |
DB_DEF db_buffer | db_append (db_buffer buf, const void *data, size_t size) |
Create new buffer with data appended. | |
Functions for modifying buffer contents and size.
Create new buffer with data appended.
buf | Source buffer (must not be NULL) |
data | Data to append (can be NULL if size is 0) |
size | Number of bytes to append |