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