MCPcopy 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
194gzFile gzdopen(fd, mode)
195int fd;
196const char *mode;
197{
198 return gz_open(NULL, fd, mode);
199}
200
201gzFile gz_open(path, fd, mode)
202 const char *path;

Callers 1

mainFunction · 0.70

Calls 1

gz_openFunction · 0.70

Tested by

no test coverage detected