Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ fatal
Function
fatal
extlibs/lua/src/luac.c:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
static TString **tmname;
41
42
static void fatal(const char* message)
43
{
44
fprintf(stderr,
"%s: %s\n"
,progname,message);
45
exit(EXIT_FAILURE);
46
}
47
48
static void cannot(const char* what)
49
{
Callers
3
combine
Function · 0.85
pmain
Function · 0.85
main
Function · 0.85
Calls
1
fprintf
Function · 0.85
Tested by
no test coverage detected