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

Function DynamicLib_Load2

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

Source from the content-addressed store, hash-verified

457const cc_string DynamicLib_Ext = String_FromConst(".so");
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; }

Callers 3

DynamicLib_LoadFunction · 0.70
DynamicLib_LoadAllFunction · 0.70
LoadPluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected