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

Class hc_memory_stream

stream1/tests.c:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5void stream1_tests() {
6 struct hc_memory_stream s;
7 hc_memory_stream_init(&s, &hc_malloc_default);
8 hc_defer(hc_stream_deinit(&s.stream));
9 hc_printf(&s.stream, "%s%d", "foo", 42);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected