2005-03-08 14:56:36 +00:00
|
|
|
.TH iob_free 3
|
|
|
|
.SH NAME
|
|
|
|
iob_free \- free an I/O batch
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/iob.h>
|
2005-03-08 14:56:36 +00:00
|
|
|
|
|
|
|
void \fBiob_free\fP(io_batch* b);
|
|
|
|
.SH DESCRIPTION
|
|
|
|
iob_free frees all resources associated with \fIb\fR. Calling iob_free
|
|
|
|
is equivalent to calling iob_reset and free.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
iob_new(3), iob_reset(3)
|