Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
static TString **tmname;
42
43
static void fatal(const char* message)
44
{
45
fprintf(stderr,
"%s: %s\n"
,progname,message);
46
exit(EXIT_FAILURE);
47
}
48
49
static void cannot(const char* what)
50
{
Callers
3
combine
Function · 0.70
pmain
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected