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

Function b

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

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.70
mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected