minor comments

This commit is contained in:
Yann Collet
2016-07-29 00:55:45 +02:00
parent ffa7d0ac1e
commit 6a82f0f8bf
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ extern "C" {
***************************************/
/* This is the easier "buffered" streaming API,
* using an internal buffer to lift all restrictions on user-provided buffers
* which can be any size, any place, for both input and output. */
* which can be any size, any place, for both input and output.
* ZBUFF and ZSTD are 100% interoperable,
* frames created by one can be decoded by the other one */
typedef struct ZBUFF_CCtx_s ZBUFF_CCtx;
ZSTDLIB_API ZBUFF_CCtx* ZBUFF_createCCtx(void);