FreeBSD Manual Pages
LIBXO(3) FreeBSD Library Functions Manual LIBXO(3) NAME xo_finish, xo_finish_h -- finish formatting output LIBRARY library "libxo" SYNOPSIS #include <libxo/xo.h> void xo_finish(void); void xo_finish_h(xo_handle_t *xop); DESCRIPTION When the program is ready to exit or close a handle, a call to xo_finish() is required. This flushes any buffered data, closes open libxo constructs, and completes any pending operations. Calling this function is vital to the proper operation of libxo, espe- cially for the non-TEXT output styles. SEE ALSO xo_emit(3), libxo(3) HISTORY The libxo library first appeared in FreeBSD 11.0. AUTHORS libxo was written by Phil Shafer <phil@freebsd.org>. FreeBSD 13.0 December 4, 2014 FreeBSD 13.0
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | SEE ALSO | HISTORY | AUTHORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xo_finish&sektion=3&manpath=FreeBSD+12.0-RELEASE>