You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
390 B
Groff
14 lines
390 B
Groff
.TH buffer_close 3
|
|
.SH NAME
|
|
buffer_close \- close buffer
|
|
.SH SYNTAX
|
|
.B #include <libowfat/buffer.h>
|
|
|
|
void \fBbuffer_close\fP(buffer* \fIb\fR);
|
|
.SH DESCRIPTION
|
|
buffer_close close the file associated with the buffer and frees/unmaps
|
|
the memory associated with the buffer if buffer_init_free or
|
|
buffer_mmapread were used.
|
|
.SH "SEE ALSO"
|
|
buffer_init(3), buffer_init_free(3), buffer_mmapread(3)
|