logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iob_free - free an I/O batch

Description

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

Name

       iob_free - free an I/O batch

See Also

iob_new(3), iob_reset(3)

                                                                                                     iob_free(3)

Syntax

#include<libowfat/iob.h>

       void iob_free(io_batch* b);

See Also