MCPcopy 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
24void hc_catch_push(jmp_buf h) {
25 memcpy((jmp_buf *)hc_vector_push(handlers()), h, sizeof(jmp_buf));
26}
27
28void hc_catch_pop() {
29 hc_vector_pop(handlers());

Callers

nothing calls this directly

Calls 2

hc_vector_pushFunction · 0.85
handlersFunction · 0.85

Tested by

no test coverage detected