Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ gzopen_w
Function
gzopen_w
ZLib/gzlib.c:305–310 ·
view source on GitHub ↗
(path, mode)
Source
from the content-addressed store, hash-verified
303
/* -- see zlib.h -- */
304
#ifdef _WIN32
305
gzFile ZEXPORT gzopen_w(path, mode)
306
const wchar_t *path;
307
const char *mode;
308
{
309
return gz_open(path, -2, mode);
310
}
311
#endif
312
313
/* -- see zlib.h -- */
Callers
nothing calls this directly
Calls
1
gz_open
Function · 0.85
Tested by
no test coverage detected