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

Function fxReportLinkerError

xs/tools/xslBase.c:721–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721void fxReportLinkerError(txLinker* linker, txString theFormat, ...)
722{
723 c_va_list arguments;
724 fprintf(stderr, "### ");
725 c_va_start(arguments, theFormat);
726 vfprintf(stderr, theFormat, arguments);
727 c_va_end(arguments);
728 fprintf(stderr, "!\n");
729 linker->error = C_EINVAL;
730 c_longjmp(linker->jmp_buf, 1);
731}
732
733void fxSlashPath(txString path, char from, char to)
734{

Callers 5

mainFunction · 0.85
fxCheckModFunction · 0.85
fxBaseResourceFunction · 0.85
fxBaseScriptFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected