Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ gzdopen
Function
gzdopen
freebsd/contrib/zstd/zlibWrapper/examples/minigzip.c:194–199 ·
view source on GitHub ↗
(fd, mode)
Source
from the content-addressed store, hash-verified
192
}
193
194
gzFile gzdopen(fd, mode)
195
int fd;
196
const char *mode;
197
{
198
return gz_open(NULL, fd, mode);
199
}
200
201
gzFile gz_open(path, fd, mode)
202
const char *path;
Callers
1
main
Function · 0.70
Calls
1
gz_open
Function · 0.70
Tested by
no test coverage detected