MCPcopy Create free account
hub / github.com/codr7/hacktical-c / hc_error

Class hc_error

error/error.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31void hc_errors_deinit();
32
33struct hc_error {
34 char *message;
35};
36
37
38extern __thread struct hc_error *hc_error;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected