MCPcopy 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
44static 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
50static void usage(const char* message)
51{

Callers 1

pmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected