mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not 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
381 B
14 lines
381 B
![]()
18 years ago
|
.TH buffer_close 3
|
||
|
.SH NAME
|
||
|
buffer_close \- close buffer
|
||
|
.SH SYNTAX
|
||
|
.B #include <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)
|