MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xo_printf

Function xo_printf

tools/libxo/libxo/libxo.c:1013–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011}
1012
1013static ssize_t
1014xo_printf (xo_handle_t *xop, const char *fmt, ...)
1015{
1016 ssize_t rc;
1017 va_list vap;
1018
1019 va_start(vap, fmt);
1020
1021 rc = xo_printf_v(xop, fmt, vap);
1022
1023 va_end(vap);
1024 return rc;
1025}
1026
1027/*
1028 * These next few function are make The Essential UTF-8 Ginsu Knife.

Callers 11

xo_message_hcvFunction · 0.85
xo_emit_topFunction · 0.85
xo_do_open_containerFunction · 0.85
xo_do_close_containerFunction · 0.85
xo_do_open_listFunction · 0.85
xo_do_close_listFunction · 0.85
xo_do_open_leaf_listFunction · 0.85
xo_do_close_leaf_listFunction · 0.85
xo_do_open_instanceFunction · 0.85
xo_do_close_instanceFunction · 0.85
xo_finish_hFunction · 0.85

Calls 1

xo_printf_vFunction · 0.85

Tested by

no test coverage detected