MCPcopy Create free account
hub / github.com/GJDuck/e9patch / dlclose

Function dlclose

examples/stdlib.c:4962–4967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4960}
4961
4962static int dlclose(void *handle)
4963{
4964 if (dlclose_impl == NULL)
4965 panic("dl not initialized");
4966 return (int)dlcall((void *)dlclose_impl, handle);
4967}
4968
4969/*
4970 * dlcall(f, ...) --- call SYSV ABI function f(...)

Callers 1

getPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected