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

Class hc_memory_stream

slog/tests.c:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7void slog_tests() {
8 struct hc_memory_stream out;
9 hc_memory_stream_init(&out, &hc_malloc_default);
10
11 struct hc_slog_stream s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected