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

Function d

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

Source from the content-addressed store, hash-verified

7void b() { printf("b\n"); }
8void c() { printf("c\n"); }
9int d() {
10 static int first = 1;
11 if (first) {
12 first = 0;
13 printf("d\n");
14 return 1;
15 }
16 return 0;
17}
18
19int n = 3;
20

Callers 3

mainFunction · 0.70
mainFunction · 0.70
caFunction · 0.50

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected