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

Function inner

test/test_mainloop_infloop.c:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void inner() {
29 inners++;
30 printf("inner: mains, inners, nevers, loops: %d, %d, %d, %d\n", mains, inners, nevers, loops);
31 emscripten_set_main_loop(loop, 1, 1);
32 nevers++;
33}
34
35int main(void) {
36 mains++;

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected