| 14 | }; |
| 15 | |
| 16 | void hc_dsl_init(struct hc_dsl *dsl, struct hc_malloc *malloc); |
| 17 | void hc_dsl_deinit(struct hc_dsl *dsl); |
| 18 | |
| 19 | struct hc_value* hc_dsl_getenv(struct hc_dsl *dsl, const char *key); |
nothing calls this directly
no outgoing calls
no test coverage detected