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

Function fxTraceInteger

xs/sources/xsRun.c:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352static void fxTraceInteger(txMachine* the, txInteger theInteger)
353{
354 fprintf(stderr, " %ld", (long)theInteger);
355}
356
357static void fxTraceNumber(txMachine* the, txNumber theNumber)
358{

Callers 2

fxRunIDFunction · 0.85
xsRun.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected