MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gzopen_w

Function gzopen_w

freebsd/contrib/zstd/zlibWrapper/gzlib.c:310–315  ·  view source on GitHub ↗
(path, mode)

Source from the content-addressed store, hash-verified

308/* -- see zlib.h -- */
309#ifdef WIDECHAR
310gzFile ZEXPORT gzopen_w(path, mode)
311 const wchar_t *path;
312 const char *mode;
313{
314 return gz_open(path, -2, mode);
315}
316#endif
317
318/* -- see zlib.h -- */

Callers

nothing calls this directly

Calls 1

gz_openFunction · 0.70

Tested by

no test coverage detected