Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ cannot
Function
cannot
third-party/lua-5.5.0/src/luac.c:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
static void cannot(const char* what)
50
{
51
fprintf(stderr,
"%s: cannot %s %s: %s\n"
,progname,what,output,strerror(errno));
52
exit(EXIT_FAILURE);
53
}
54
55
static void usage(const char* message)
56
{
Callers
1
pmain
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected