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

Function say_hello

test/other/test_split_module.c:8–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8EMSCRIPTEN_KEEPALIVE void say_hello() {
9 printf("Hello! answer: %d\n", foo());
10
11 void* ptr = malloc(10);
12 if (ptr == NULL) {
13 return;
14 }
15
16 free(ptr);
17 ptr = NULL;
18}

Callers

nothing calls this directly

Calls 4

printfFunction · 0.85
fooFunction · 0.70
mallocFunction · 0.50
freeFunction · 0.50

Tested by

no test coverage detected