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

Function leaf

test/test_fibers.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45} G;
46
47static void leaf(void) {
48 printf("leaf-");
49}
50
51static void fib(void * arg) {
52 int *p = (int*)arg;

Callers 1

fFunction · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected