Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
gzFile ZEXPORT gzopen_w(path, mode)
327
const wchar_t
328
*
329
path;
330
331
const 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_open
Function · 0.85
Tested by
no test coverage detected