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

Function unzSetOffset

src/utils/unzip.cpp:2122–2125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2120}
2121
2122extern int ZEXPORT unzSetOffset (unzFile file, uLong pos)
2123{
2124 return unzSetOffset64(file,pos);
2125}

Callers

nothing calls this directly

Calls 1

unzSetOffset64Function · 0.85

Tested by

no test coverage detected