Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/core/test_bigswitch.c:7940–7942 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7938
} // ~WWWGLEnumToString
7939
7940
int main(int argc, char **argv) {
7941
for (int i = 1; i < argc; i++) printf(
"%d: %s\n"
, atoi(argv[i]), WWWGLEnumToString(atoi(argv[i])));
7942
}
7943
Callers
nothing calls this directly
Calls
3
printf
Function · 0.85
atoi
Function · 0.85
WWWGLEnumToString
Function · 0.85
Tested by
no test coverage detected