1buffer_close(3) Library Functions Manual buffer_close(3)
23
4
NAME
6buffer_close - close buffer
7
SYNTAX
9#include <buffer.h>
1011
void buffer_close(buffer* b);
12
DESCRIPTION
14buffer_close close the file associated with the buffer and frees/unmaps
15the memory associated with the buffer if buffer_init_free or buf‐
16fer_mmapread were used.
17
SEE ALSO
19buffer_init(3), buffer_init_free(3), buffer_mmapread(3)
2021
22
23
buffer_close(3)