Simple data structures / objects in plain C Snapshot
Functions
dbuf.c File Reference
#include "dbuf.h"
#include <string.h>

Go to the source code of this file.

Functions

int DBUF_add (DBUF *buf, void *data, size_t data_size)
 add stuff to a buffer