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

Function gzopen

freebsd/contrib/zstd/zlibWrapper/examples/minigzip.c:187–192  ·  view source on GitHub ↗
(path, mode)

Source from the content-addressed store, hash-verified

185gzFile gz_open OF((const char *, int, const char *));
186
187gzFile gzopen(path, mode)
188const char *path;
189const char *mode;
190{
191 return gz_open(path, -1, mode);
192}
193
194gzFile gzdopen(fd, mode)
195int fd;

Callers 5

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

Calls 1

gz_openFunction · 0.70

Tested by 2

test_gzioFunction · 0.56
test_gzioFunction · 0.56