Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ hc_catch_push
Function
hc_catch_push
error/error.c:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void hc_catch_push(jmp_buf h) {
25
memcpy((jmp_buf *)hc_vector_push(handlers()), h, sizeof(jmp_buf));
26
}
27
28
void hc_catch_pop() {
29
hc_vector_pop(handlers());
Callers
nothing calls this directly
Calls
2
hc_vector_push
Function · 0.85
handlers
Function · 0.85
Tested by
no test coverage detected