| 18 | size_t hc_write(struct hc_stream *s, const uint8_t *data, size_t n); |
| 19 | |
| 20 | char *hc_gets(struct hc_stream *s, struct hc_malloc *malloc); |
| 21 | char hc_getc(struct hc_stream *s); |
| 22 | size_t hc_putc(struct hc_stream *s, char data); |
| 23 | size_t hc_puts(struct hc_stream *s, const char *data); |
nothing calls this directly
no outgoing calls
no test coverage detected