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

Class hc_memory_stream

dsl/tests.c:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 hc_dsl_init(&dsl, &hc_malloc_default);
38 hc_defer(hc_dsl_deinit(&dsl));
39 struct hc_memory_stream out;
40 hc_memory_stream_init(&out, &hc_malloc_default);
41 hc_defer(hc_stream_deinit(&out.stream));
42 dsl.out = &out.stream;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected