MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / fatal

Function fatal

3rd/lua-5.4.3/src/luac.c:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

combineFunction · 0.85
pmainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected