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

Function xo_emit_h

tools/libxo/libxo/libxo.c:6601–6613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6599}
6600
6601xo_ssize_t
6602xo_emit_h (xo_handle_t *xop, const char *fmt, ...)
6603{
6604 ssize_t rc;
6605
6606 xop = xo_default(xop);
6607 va_start(xop->xo_vap, fmt);
6608 rc = xo_do_emit(xop, 0, fmt);
6609 va_end(xop->xo_vap);
6610 bzero(&xop->xo_vap, sizeof(xop->xo_vap));
6611
6612 return rc;
6613}
6614
6615xo_ssize_t
6616xo_emit (const char *fmt, ...)

Callers 1

xo_emit_warn_hcvFunction · 0.85

Calls 3

xo_defaultFunction · 0.85
xo_do_emitFunction · 0.85
bzeroFunction · 0.85

Tested by

no test coverage detected