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

Function unzOpen64

extlibs/minizip/src/unzip.c:791–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791extern unzFile ZEXPORT unzOpen64(const void* path)
792{
793 return unzOpenInternal(path, NULL, 1);
794}
795
796/*
797 Close a ZipFile opened with unzOpen.

Callers 1

openMethod · 0.85

Calls 1

unzOpenInternalFunction · 0.85

Tested by

no test coverage detected