Back to libut API Reference


SYNOPSIS

    #include "libut/ut.h"
    int UT_iob_free(UT_iob *iob);


DESCRIPTION

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.


RETURN VALUE

This function always returns 0.


SEE ALSO

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)


AUTHOR

Troy D. Hanson <thanson@users.sourceforge.net>