| 457 | const cc_string DynamicLib_Ext = String_FromConst(".so"); |
| 458 | |
| 459 | void* DynamicLib_Load2(const cc_string* path) { return NULL; } |
| 460 | void* DynamicLib_Get2(void* lib, const char* name) { return NULL; } |
| 461 | |
| 462 | cc_bool DynamicLib_DescribeError(cc_string* dst) { return false; } |
no outgoing calls
no test coverage detected