Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ hc_write
Function
hc_write
stream1/stream1.c:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
size_t hc_write(struct hc_stream *s, const uint8_t *data, const size_t n) {
18
assert(s->write);
19
return s->write(s, data, n);
20
}
21
22
char hc_getc(struct hc_stream *s) {
23
char c = 0;
Callers
3
hc_putc
Function · 0.85
hc_puts
Function · 0.85
hc_vprintf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected