Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
500
int ZEXPORT gzgetc_(file)
501
gzFile file;
502
{
503
return gzgetc(file);
504
}
505
506
/* -- see zlib.h -- */
507
int ZEXPORT gzungetc(c, file)
Callers
nothing calls this directly
Calls
1
gzgetc
Function · 0.70
Tested by
no test coverage detected