| 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; } |
| 463 | #endif |
no outgoing calls
no test coverage detected