iob_free
free an I/O batch
- Provided by: libowfat-dev (Version: 0.30-3ubuntu1)
- Source: libowfat
- Report a bug
free an I/O batch
#include <iob.h>
void iob_free(io_batch* b);
iob_free frees all resources associated with b. Calling iob_free is equivalent to calling iob_reset and free.