MCPcopy 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
7940int 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

printfFunction · 0.85
atoiFunction · 0.85
WWWGLEnumToStringFunction · 0.85

Tested by

no test coverage detected