MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / unzOpen

Function unzOpen

extlibs/minizip/src/unzip.c:786–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786extern unzFile ZEXPORT unzOpen(const char* path)
787{
788 return unzOpenInternal(path, NULL, 0);
789}
790
791extern unzFile ZEXPORT unzOpen64(const void* path)
792{

Callers

nothing calls this directly

Calls 1

unzOpenInternalFunction · 0.85

Tested by

no test coverage detected