MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gzopen

Function gzopen

freebsd/contrib/zlib/test/minigzip.c:182–187  ·  view source on GitHub ↗
(path, mode)

Source from the content-addressed store, hash-verified

180gzFile gz_open OF((const char *, int, const char *));
181
182gzFile gzopen(path, mode)
183const char *path;
184const char *mode;
185{
186 return gz_open(path, -1, mode);
187}
188
189gzFile gzdopen(fd, mode)
190int fd;

Callers 4

file_compressFunction · 0.70
file_uncompressFunction · 0.70
mainFunction · 0.70
test_gzioFunction · 0.70

Calls 1

gz_openFunction · 0.70

Tested by

no test coverage detected