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

Function opt_free_table

ccan/ccan/opt/opt.c:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void opt_free_table(void)
270{
271 opt_alloc.free(opt_table);
272 opt_table = NULL;
273 opt_count = opt_num_short = opt_num_short_arg = opt_num_long = 0;
274}
275
276void opt_log_stderr(const char *fmt, ...)
277{

Callers 6

mainFunction · 0.85
opt_version_and_exitFunction · 0.85
opt_usage_and_exitFunction · 0.85
reset_optionsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

reset_optionsFunction · 0.68