Update to LZ4 v1.7.5

This commit is contained in:
Tino Reichardt
2017-02-06 20:15:11 +01:00
parent f4f2729f08
commit 2e656cea76
7 changed files with 450 additions and 39 deletions

View File

@@ -391,6 +391,7 @@ typedef enum { full = 0, partial = 1 } earlyEnd_directive;
* Local Utils
**************************************/
int LZ4_versionNumber (void) { return LZ4_VERSION_NUMBER; }
const char* LZ4_versionString(void) { return LZ4_VERSION_STRING; }
int LZ4_compressBound(int isize) { return LZ4_COMPRESSBOUND(isize); }
int LZ4_sizeofState() { return LZ4_STREAMSIZE; }