Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ vfatal
Function
vfatal
src/core/json/sjson.cpp:48–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void vfatal(const char *format, va_list args)
49
{
50
_error = true;
51
52
char msg[1024];
53
stbsp_vsnprintf(msg, sizeof(msg), format, args);
54
_error_function(msg, _error_user_data);
55
}
56
57
void fatal(const char *format, ...)
58
{
Callers
1
fatal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected