MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / DynamicLib_Get2

Function DynamicLib_Get2

src/_PlatformBase.h:460–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458
459void* DynamicLib_Load2(const cc_string* path) { return NULL; }
460void* DynamicLib_Get2(void* lib, const char* name) { return NULL; }
461
462cc_bool DynamicLib_DescribeError(cc_string* dst) { return false; }
463#endif

Callers 4

DynamicLib_GetFunction · 0.70
DynamicLib_LoadAllFunction · 0.70
LoadPluginFunction · 0.70
GLContext_GetAddressFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected