]> git.ipfire.org Git - thirdparty/zstd.git/commit
Merge pull request #1456 from yijinfb/example-ZSTD_compressCCtx
authorYann Collet <Cyan4973@users.noreply.github.com>
Tue, 18 Dec 2018 17:24:18 +0000 (09:24 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 17:24:18 +0000 (09:24 -0800)
commit345af8abc7f043f23ea7f40a32d3af390eb5a923
tree246e7bfdb73afe90f83b109ecf1e6e4e6504089e
parent5bdbd997aeeb56cccca4cf9246578aad3d2c110b
parentbc4dc606de284c65162ee8fb9de5c50ab2dfc233
Merge pull request #1456 from yijinfb/example-ZSTD_compressCCtx

Add multiple_simple_compression.c (demonstrates the use of ZSTD_compressCCtx(...)) to examples directory.