obuffer_put(3)
limb manual
obuffer_put(3)
NAME
obuffer_put - write data to an output buffer
SYNOPSIS
#include <limb/obuffer.h>
void obuffer_put(obuffer *obuf, u8 level, const char *data, size_t dlen)
DESCRIPTION
The obuffer_put() function will write the data pointed to by data, of length
dlen, into the output buffer obuf and all attached to it, if their level is
at least level.
If an output buffer has a level lower than level then nothing is written to
it.