Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ fatal
Function
fatal
third-party/lua-5.2.4/src/luac.c:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
static const char* progname=PROGNAME; /* actual program name */
34
35
static void fatal(const char* message)
36
{
37
fprintf(stderr,
"%s: %s\n"
,progname,message);
38
exit(EXIT_FAILURE);
39
}
40
41
static void cannot(const char* what)
42
{
Callers
3
combine
Function · 0.70
pmain
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected