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.
13 lines
302 B
Groff
13 lines
302 B
Groff
.TH iob_free 3
|
|
.SH NAME
|
|
iob_free \- free an I/O batch
|
|
.SH SYNTAX
|
|
.B #include <libowfat/iob.h>
|
|
|
|
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)
|