Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ second_func
Function
second_func
test/core/test_longjmp4.c:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void second_func(jmp_state* s) { longjmp(*(s->jmp), 1); }
39
40
int main(int argc, char* argv[]) {
41
jmp_state s;
Callers
1
first_func
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected