MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / die

Function die

extra/resolve_stack_dump.c:91–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91static void die(const char* fmt, ...)
92{
93 va_list args;
94 va_start(args, fmt);
95 fprintf(stderr, "%s: ", my_progname);
96 vfprintf(stderr, fmt, args);
97 fprintf(stderr, "\n");
98 va_end(args);
99 exit(1);
100}
101
102
103static my_bool

Callers 3

open_filesFunction · 0.70
init_sym_tableFunction · 0.70
verify_sortFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected