| 54 | } |
| 55 | |
| 56 | void 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected