MCPcopy Create free account
hub / github.com/ElementsProject/lightning / warnx

Function warnx

ccan/ccan/err/err.c:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void warnx(const char *fmt, ...)
56{
57 va_list ap;
58
59 fprintf(stderr, "%s: ", progname);
60 va_start(ap, fmt);
61 vfprintf(stderr, fmt, ap);
62 va_end(ap);
63 fprintf(stderr, "\n");
64}
65#endif

Callers 7

dump_txFunction · 0.85
mainFunction · 0.85
oom_dumpFunction · 0.85
send_backtraceFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68