Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ minigzip.c
File
minigzip.c
freebsd/contrib/zstd/zlibWrapper/examples/minigzip.c:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* minigzip.c contains minimal changes required to be compiled with zlibWrapper:
2
* - #include
"zlib.h"
was changed to #include
"zstd_zlibwrapper.h"
*/
3
4
/* minigzip.c -- simulate gzip using the zlib compression library
Callers
nothing calls this directly
Calls
3
OF
Function · 0.85
sprintf
Function · 0.85
calloc
Function · 0.85
Tested by
no test coverage detected