Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ hc_malloc
Class
hc_malloc
stream1/stream1.c:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
char *hc_gets(struct hc_stream *s, struct hc_malloc *malloc) {
28
struct hc_vector out;
29
hc_vector_init(&out, malloc, 1);
30
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected