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