Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ cannot
Function
cannot
src/Chain/libraries/glua/luac.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
static void cannot(const char* what)
46
{
47
fprintf(stderr,
"%s: cannot %s %s: %s\n"
, progname, what, output, strerror(errno));
48
exit(EXIT_FAILURE);
49
}
50
51
static void usage(const char* message)
52
{
Callers
1
pmain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected