MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / gzopen

Function gzopen

extlibs/minizip/src/gzlib.c:284–291  ·  view source on GitHub ↗

-- see zlib.h -- */

(path, mode)

Source from the content-addressed store, hash-verified

282
283/* -- see zlib.h -- */
284gzFile ZEXPORT gzopen(path, mode)
285 const
286char* path;
287
288const char* mode;
289{
290 return gz_open(path, -1, mode);
291}
292
293/* -- see zlib.h -- */
294gzFile ZEXPORT gzopen64(path, mode)

Callers

nothing calls this directly

Calls 1

gz_openFunction · 0.85

Tested by

no test coverage detected