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

Function fatal

third-party/lua-5.5.0/src/luac.c:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41static TString **tmname;
42
43static void fatal(const char* message)
44{
45 fprintf(stderr,"%s: %s\n",progname,message);
46 exit(EXIT_FAILURE);
47}
48
49static void cannot(const char* what)
50{

Callers 3

combineFunction · 0.70
pmainFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected