Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ unzOpen64
Function
unzOpen64
src/utils/unzip.cpp:798–801 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
796
}
797
798
extern unzFile ZEXPORT unzOpen64 (const void *path)
799
{
800
return unzOpenInternal(path, NULL, 1);
801
}
802
803
/*
804
Close a ZipFile opened with unzipOpen.
Callers
nothing calls this directly
Calls
1
unzOpenInternal
Function · 0.85
Tested by
no test coverage detected