MCPcopy Create free account
hub / github.com/beefytech/Beef / BfpSystem_FatalError

Function BfpSystem_FatalError

BeefySysLib/platform/posix/PosixCommon.cpp:721–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721BFP_EXPORT void BFP_CALLTYPE BfpSystem_FatalError(const char* error, const char* title)
722{
723 BFP_ERRPRINTF("%s\n", error);
724 fflush(stderr);
725 Crashed();
726}
727
728BFP_EXPORT void BFP_CALLTYPE BfpSystem_GetCommandLine(char* outStr, int* inOutStrSize, BfpSystemResult* outResult)
729{

Callers 2

BfpSystem_InitFunction · 0.70
BFFatalErrorMethod · 0.70

Calls 1

CrashedFunction · 0.85

Tested by

no test coverage detected