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

Function xo_emit_hvfp

tools/libxo/libxo/xo.h:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251PRINTFLIKE(3, 0)
252static inline xo_ssize_t
253xo_emit_hvfp (xo_handle_t *xop, xo_emit_flags_t flags,
254 const char *fmt, va_list vap)
255{
256 return xo_emit_hvf(xop, flags, fmt, vap);
257}
258
259PRINTFLIKE(3, 4)
260static inline xo_ssize_t

Callers

nothing calls this directly

Calls 1

xo_emit_hvfFunction · 0.85

Tested by

no test coverage detected