iob_free
free an I/O batch
- Provided by: libowfat-dev (Version: 0.32-4.1build1)
- Source: libowfat
- Report a bug
free an I/O batch
#include <libowfat/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.