#include "libut/ut.h" int UT_iob_free(UT_iob *iob);
This function frees the internal memory buffers of the given iob. This should
always be called when an iob that was created using UT_iob_create(3)
is no
longer needed.
This function always returns 0.
UT_iob_create(3), UT_iob_printf(3), UT_iob_append(3),
UT_iob_writefd(3), UT_iob_bufcmp(3),
UT_iob_flatten(3), UT_iob_len(3)
Troy D. Hanson <thanson@users.sourceforge.net>