1buffer_close(3)            Library Functions Manual            buffer_close(3)
2
3
4

NAME

6       buffer_close - close buffer
7

SYNTAX

9       #include <buffer.h>
10
11       void buffer_close(buffer* b);
12

DESCRIPTION

14       buffer_close close the file associated with the buffer and frees/unmaps
15       the memory associated with  the  buffer  if  buffer_init_free  or  buf‐
16       fer_mmapread were used.
17

SEE ALSO

19       buffer_init(3), buffer_init_free(3), buffer_mmapread(3)
20
21
22
23                                                               buffer_close(3)
Impressum