Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
795
extern unzFile ZEXPORT unzOpen (voidpf file)
796
{
797
return unzOpenInternal(file, NULL, 0, UNZ_DEFAULT_FLAGS);
798
}
799
800
extern unzFile ZEXPORT unzOpen64 (voidpf file)
801
{
Callers
nothing calls this directly
Calls
1
unzOpenInternal
Function · 0.85
Tested by
no test coverage detected