Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void 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_tx
Function · 0.85
main
Function · 0.85
oom_dump
Function · 0.85
send_backtrace
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68