Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ fatal
Function
fatal
deps/lua/src/luac.c:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
static const char* progname=PROGNAME; /* actual program name */
35
36
static void fatal(const char* message)
37
{
38
fprintf(stderr,
"%s: %s\n"
,progname,message);
39
exit(EXIT_FAILURE);
40
}
41
42
static void cannot(const char* what)
43
{
Callers
2
pmain
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected