man.bsd.lv manual page server

Manual Page Search Parameters
LIBXO(3) Library Functions Manual LIBXO(3)

xo_finish, xo_finish_hfinish formatting output

library “libxo”

#include <libxo/xo.h>

xo_ssize_t
xo_finish(void);

xo_ssize_t
xo_finish_h(xo_handle_t *xop);

When the program is ready to exit or close a handle, a call to () is required. This flushes any buffered data, closes open libxo constructs, and completes any pending operations.

Calling this function is to the proper operation of libxo, especially for the non-TEXT output styles.

xo_emit(3), libxo(3)

The libxo library first appeared in FreeBSD 11.0.

libxo was written by Phil Shafer <phil@freebsd.org>.

December 4, 2014 FreeBSD-13.0