Sponsor:

Your company here, and a link to your site. Click to find out more.

iob_free - Man Page

free an I/O batch

Syntax

#include <iob.h>

void iob_free(io_batch* b);

Description

iob_free frees all resources associated with b.  Calling iob_free is equivalent to calling iob_reset and free.

See Also

iob_new(3), iob_reset(3)