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

Function gzopen_w

extlibs/minizip/src/gzlib.c:326–334  ·  view source on GitHub ↗
(path, mode)

Source from the content-addressed store, hash-verified

324/* -- see zlib.h -- */
325#ifdef WIDECHAR
326gzFile ZEXPORT gzopen_w(path, mode)
327const wchar_t
328*
329path;
330
331const char* mode;
332{
333 return gz_open(path, -2, mode);
334}
335#endif
336
337/* -- see zlib.h -- */

Callers

nothing calls this directly

Calls 1

gz_openFunction · 0.85

Tested by

no test coverage detected