Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
void hc_errors_deinit();
32
33
struct hc_error {
34
char *message;
35
};
36
37
38
extern __thread struct hc_error *hc_error;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected