| 250 | |
| 251 | PRINTFLIKE(3, 0) |
| 252 | static inline xo_ssize_t |
| 253 | xo_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 | |
| 259 | PRINTFLIKE(3, 4) |
| 260 | static inline xo_ssize_t |
nothing calls this directly
no test coverage detected