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

Function xo_message

tools/libxo/libxo/libxo.c:1833–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1831}
1832
1833void
1834xo_message (const char *fmt, ...)
1835{
1836 va_list vap;
1837
1838 va_start(vap, fmt);
1839 xo_message_hcv(NULL, 0, fmt, vap);
1840 va_end(vap);
1841}
1842
1843void
1844xo_failure (xo_handle_t *xop, const char *fmt, ...)

Callers 2

printprotoFunction · 0.85
mainFunction · 0.85

Calls 1

xo_message_hcvFunction · 0.85

Tested by 1

mainFunction · 0.68