MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / fatal

Function fatal

third-party/lua-5.1.5/src/luac.c:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

pmainFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected