MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / gzopen

Function gzopen

ZLib/gzlib.c:268–273  ·  view source on GitHub ↗

-- see zlib.h -- */

(path, mode)

Source from the content-addressed store, hash-verified

266
267/* -- see zlib.h -- */
268gzFile ZEXPORT gzopen(path, mode)
269 const char *path;
270 const char *mode;
271{
272 return gz_open(path, -1, mode);
273}
274
275/* -- see zlib.h -- */
276gzFile ZEXPORT gzopen64(path, mode)

Callers

nothing calls this directly

Calls 1

gz_openFunction · 0.85

Tested by

no test coverage detected