Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
void clean()
14
{
15
printf(
"*cleaned*\n"
);
16
}
17
18
int comparer(const void *a, const void *b) {
19
int aa = *((int*)a);
Callers
1
test_file_packager
Method · 0.85
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected