File: buffer_init_free.3

package info (click to toggle)
libowfat 0.24-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,160 kB
  • ctags: 1,004
  • sloc: ansic: 10,581; makefile: 42
file content (14 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH buffer_init_free 3
.SH NAME
buffer_init_free \- initialize buffer structure
.SH SYNTAX
.B #include <buffer.h>

void \fBbuffer_init_free\fR(buffer &\fIb\fR,
                int (*\fIop\fR)(int,char*,unsigned int),
                int \fIfd\fR, char* \fIy\fR, unsigned long int \fIylen\fR);
.SH DESCRIPTION
buffer_init_free is like buffer_init except that the memory (\fIy\fR is
marked to be freed by buffer_close().
.SH "SEE ALSO"
buffer_init(3), buffer_mmap_read(3), buffer(3)