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

Function a

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

Source from the content-addressed store, hash-verified

4static jmp_buf buf;
5
6void a() { printf("a\n"); }
7void b() { printf("b\n"); }
8void c() { printf("c\n"); }
9int d() {

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected