MCPcopy 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
17size_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
22char hc_getc(struct hc_stream *s) {
23 char c = 0;

Callers 3

hc_putcFunction · 0.85
hc_putsFunction · 0.85
hc_vprintfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected