MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxAbort

Function fxAbort

tools/tool.c:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52static char** then = NULL;
53
54void fxAbort(xsMachine* the, int status)
55{
56 fprintf(stderr, "Error: %s\n", fxAbortString(status));
57 exit(status);
58}
59
60extern int mainXSA(int argc, char* argv[]) ;
61extern int mainXSC(int argc, char* argv[]) ;

Callers

nothing calls this directly

Calls 1

fxAbortStringFunction · 0.85

Tested by

no test coverage detected