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

Function xo_emit_hfp

tools/libxo/libxo/xo.h:260–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259PRINTFLIKE(3, 4)
260static inline xo_ssize_t
261xo_emit_hfp (xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, ...)
262{
263 va_list vap;
264 va_start(vap, fmt);
265 xo_ssize_t rc = xo_emit_hvf(xop, flags, fmt, vap);
266 va_end(vap);
267 return rc;
268}
269
270PRINTFLIKE(2, 3)
271static inline xo_ssize_t

Callers

nothing calls this directly

Calls 1

xo_emit_hvfFunction · 0.85

Tested by

no test coverage detected