MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / cannot

Function cannot

3rd/lua-5.4.3/src/luac.c:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static void cannot(const char* what)
49{
50 fprintf(stderr,"%s: cannot %s %s: %s\n",progname,what,output,strerror(errno));
51 exit(EXIT_FAILURE);
52}
53
54static void usage(const char* message)
55{

Callers 1

pmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected