Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ unzOpen
Function
unzOpen
src/utils/unzip.cpp:793–796 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
791
}
792
793
extern unzFile ZEXPORT unzOpen (const char *path)
794
{
795
return unzOpenInternal(path, NULL, 0);
796
}
797
798
extern unzFile ZEXPORT unzOpen64 (const void *path)
799
{
Callers
1
TryUnzip
Function · 0.50
Calls
1
unzOpenInternal
Function · 0.85
Tested by
no test coverage detected