iob_free(3)

free an I/O batch

Section 3 libowfat-dev bookworm source

Description

iob_free

NAME

iob_free - free an I/O batch

SYNTAX

#include <libowfat/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)

See Also