MCPcopy 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
189gzFile gzdopen(fd, mode)
190int fd;
191const char *mode;
192{
193 return gz_open(NULL, fd, mode);
194}
195
196gzFile gz_open(path, fd, mode)
197 const char *path;

Callers 1

mainFunction · 0.70

Calls 1

gz_openFunction · 0.70

Tested by

no test coverage detected