Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
479
int ZEXPORT gzgetc_(file)
480
gzFile file;
481
{
482
return gzgetc(file);
483
}
484
485
/* -- see zlib.h -- */
486
int ZEXPORT gzungetc(c, file)
Callers
nothing calls this directly
Calls
1
gzgetc
Function · 0.70
Tested by
no test coverage detected