Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ first
Function
first
test/core/test_longjmp.c:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void first(void) {
19
printf(
"first\n"
); // prints
20
longjmp(buf, 1); // jumps back to where setjmp was called - making setjmp now
21
// return 1
22
}
23
24
int main() {
25
volatile int x = 0;
Callers
2
main
Function · 0.70
pair.h
File · 0.50
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected