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

Function gzgetc_

freebsd/contrib/zstd/zlibWrapper/gzread.c:500–504  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

498}
499
500int ZEXPORT gzgetc_(file)
501gzFile file;
502{
503 return gzgetc(file);
504}
505
506/* -- see zlib.h -- */
507int ZEXPORT gzungetc(c, file)

Callers

nothing calls this directly

Calls 1

gzgetcFunction · 0.70

Tested by

no test coverage detected