MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / unzOpen

Function unzOpen

lib/QuaZip/quazip/unzip.c:795–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795extern unzFile ZEXPORT unzOpen (voidpf file)
796{
797 return unzOpenInternal(file, NULL, 0, UNZ_DEFAULT_FLAGS);
798}
799
800extern unzFile ZEXPORT unzOpen64 (voidpf file)
801{

Callers

nothing calls this directly

Calls 1

unzOpenInternalFunction · 0.85

Tested by

no test coverage detected