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

Function fxReportError

xs/tools/xsid.c:93–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void fxReportError(txString theFormat, ...)
94{
95 c_va_list arguments;
96 fprintf(stderr, "# ");
97 c_va_start(arguments, theFormat);
98 vfprintf(stderr, theFormat, arguments);
99 c_va_end(arguments);
100 fprintf(stderr, "\n");
101 exit(1);
102}
103
104int main(int argc, char* argv[])
105{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected