Added : option -t to test compressed files integrity

This commit is contained in:
Yann Collet
2016-02-15 19:33:16 +01:00
parent 0068be94d8
commit accfd80c37
5 changed files with 34 additions and 17 deletions
-1
View File
@@ -50,7 +50,6 @@
/*-*************************************
* Common constants
***************************************/
#define ZSTD_MAGICNUMBER 0xFD2FB525 /* v0.5 */
#define ZSTD_DICT_MAGIC 0xEC30A435
#define KB *(1 <<10)
+6
View File
@@ -48,6 +48,12 @@ extern "C" {
#include "mem.h"
/*-*************************************
* Constants
***************************************/
#define ZSTD_MAGICNUMBER 0xFD2FB525 /* v0.5 */
/*-*************************************
* Types
***************************************/