xo_flush, libxo, xo_flush_h(3) | flush formatted output from libxo handle |
xo_flush_h, libxo, xo_flush(3) | flush formatted output from libxo handle |
LIBXO(3) | MidnightBSD Library Functions Manual | LIBXO(3) |
xo_flush
,
xo_flush_h
— flush formatted
output from libxo handle
Text, XML, JSON, and HTML Output Emission Library (libxo, -lxo)
#include
<libxo/xo.h>
xo_ssize_t
xo_flush
(void);
xo_ssize_t
xo_flush_h
(xo_handle_t
*handle);
libxo
buffers data, both for performance
and consistency, but also to allow some advanced features to work properly.
At various times, the caller may wish to flush any data buffered within the
library. The
xo_flush
()
function is used for this.
The libxo
library first appeared in
FreeBSD 11.0.
libxo
was written by Phil
Shafer
<phil@freebsd.org>.
December 4, 2014 | midnightbsd-3.1 |