MCPcopy Create free account
hub / github.com/assaultcube/AC / fatal

Function fatal

source/src/master.cpp:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174enet_uint32 servtime = 0;
175
176void fatal(const char *fmt, ...)
177{
178 va_list args;
179 va_start(args, fmt);
180 vfprintf(logfile, fmt, args);
181 fputc('\n', logfile);
182 va_end(args);
183 exit(EXIT_FAILURE);
184}
185
186void conoutfv(const char *fmt, va_list args)
187{

Callers 2

setupserverFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected