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

Class hc_memory_stream

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

Source from the content-addressed store, hash-verified

55struct hc_stream *hc_stdout();
56
57struct hc_memory_stream {
58 struct hc_stream stream;
59 struct hc_vector data;
60 size_t rpos;
61};
62
63extern struct hc_stream hc_memory_stream;
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected