1iob_addbuf(3) Library Functions Manual iob_addbuf(3)
23
4
NAME
6iob_addbuf - add buffer to I/O batch
7
SYNTAX
9#include <iob.h>
1011
void iob_addbuf(io_batch* b,const void* buf,uint64 n);
12
DESCRIPTION
14iob_addbuf schedules n bytes starting at buf to be written with the I/O
15batch b.
1617
Use iob_addbuf_free if you want the buffer to be deallocated automatiā
18cally by iob_reset.
19
SEE ALSO
21iob_reset(3), iob_send(3), iob_addbuf_free(3), iob_adds(3),
22iob_addfile(3)
2324
25
26
iob_addbuf(3)