Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ fatal
Function
fatal
src/Chain/libraries/glua/luac.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
static const char* progname = PROGNAME; /* actual program name */
38
39
static void fatal(const char* message)
40
{
41
fprintf(stderr,
"%s: %s\n"
, progname, message);
42
exit(EXIT_FAILURE);
43
}
44
45
static void cannot(const char* what)
46
{
Callers
3
combine
Function · 0.85
pmain
Function · 0.85
main2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected