MCPcopy 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

34static const char* progname=PROGNAME; /* actual program name */
35
36static void fatal(const char* message)
37{
38 fprintf(stderr,"%s: %s\n",progname,message);
39 exit(EXIT_FAILURE);
40}
41
42static void cannot(const char* what)
43{

Callers 2

pmainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected