MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / cannot

Function cannot

third-party/lua-5.2.4/src/luac.c:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static void cannot(const char* what)
42{
43 fprintf(stderr,"%s: cannot %s %s: %s\n",progname,what,output,strerror(errno));
44 exit(EXIT_FAILURE);
45}
46
47static void usage(const char* message)
48{

Callers 1

pmainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected