MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / c

Function c

test/core/test_setjmp_within_loop.c:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6void a() { printf("a\n"); }
7void b() { printf("b\n"); }
8void c() { printf("c\n"); }
9int d() {
10 static int first = 1;
11 if (first) {

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected