MCPcopy Create free account
hub / github.com/DFHack/dfhack / fatal

Function fatal

depends/lua/src/luac.c:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36static const char* progname=PROGNAME; /* actual program name */
37
38static void fatal(const char* message)
39{
40 fprintf(stderr,"%s: %s\n",progname,message);
41 exit(EXIT_FAILURE);
42}
43
44static void cannot(const char* what)
45{

Callers 5

InitMainThreadMethod · 0.85
InitSimulationThreadMethod · 0.85
combineFunction · 0.85
pmainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected