MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / cannot

Function cannot

deps/lua/src/luac.c:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

pmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected