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

Class hc_malloc

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

Source from the content-addressed store, hash-verified

54}
55
56void hc_dsl_init(struct hc_dsl *dsl, struct hc_malloc *malloc) {
57 hc_set_init(&dsl->env, malloc, sizeof(struct env_item), env_cmp);
58 dsl->env.key = env_key;
59 dsl->out = hc_stdout();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected