Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ second
Function
second
test/core/test_longjmp.c:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
static jmp_buf buf;
12
13
void second(void) {
14
printf(
"second\n"
);
15
longjmp(buf, -1);
16
}
17
18
void first(void) {
19
printf(
"first\n"
); // prints
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected