MCPcopy Create free account
hub / github.com/TASEmulators/fceux / unzOpenCurrentFile

Function unzOpenCurrentFile

src/utils/unzip.cpp:1641–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1639}
1640
1641extern int ZEXPORT unzOpenCurrentFile (unzFile file)
1642{
1643 return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL);
1644}
1645
1646extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password)
1647{

Callers 1

TryUnzipFunction · 0.50

Calls 1

unzOpenCurrentFile3Function · 0.85

Tested by

no test coverage detected