MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / fatal

Function fatal

src/Chain/libraries/glua/luac.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

combineFunction · 0.85
pmainFunction · 0.85
main2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected