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

Function clean

test/core/test_stdlibs.c:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <sys/time.h>
12
13void clean()
14{
15 printf("*cleaned*\n");
16}
17
18int comparer(const void *a, const void *b) {
19 int aa = *((int*)a);

Callers 1

test_file_packagerMethod · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected