| 33 | struct hc_compile_opts opts); |
| 34 | |
| 35 | struct hc_dlib { |
| 36 | void *handle; |
| 37 | }; |
| 38 | |
| 39 | struct hc_dlib *hc_dlib_init(struct hc_dlib *lib, const char *path); |
| 40 | struct hc_dlib *hc_dlib_deinit(struct hc_dlib *lib); |
nothing calls this directly
no outgoing calls
no test coverage detected