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

Class hc_dlib

dynamic/dynamic.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 struct hc_compile_opts opts);
34
35struct hc_dlib {
36 void *handle;
37};
38
39struct hc_dlib *hc_dlib_init(struct hc_dlib *lib, const char *path);
40struct hc_dlib *hc_dlib_deinit(struct hc_dlib *lib);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected