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

Class hc_malloc

stream1/stream1.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18size_t hc_write(struct hc_stream *s, const uint8_t *data, size_t n);
19
20char *hc_gets(struct hc_stream *s, struct hc_malloc *malloc);
21char hc_getc(struct hc_stream *s);
22size_t hc_putc(struct hc_stream *s, char data);
23size_t hc_puts(struct hc_stream *s, const char *data);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected