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

Function gzgetc_

freebsd/contrib/zlib/gzread.c:479–483  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

477}
478
479int ZEXPORT gzgetc_(file)
480gzFile file;
481{
482 return gzgetc(file);
483}
484
485/* -- see zlib.h -- */
486int ZEXPORT gzungetc(c, file)

Callers

nothing calls this directly

Calls 1

gzgetcFunction · 0.70

Tested by

no test coverage detected