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

Class hc_dlib

dynamic/dynamic.c:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119struct hc_dlib *hc_dlib_init(struct hc_dlib *lib, const char *path) {
120 lib->handle = dlopen(path, RTLD_NOW);
121
122 if (!lib->handle) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected