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
+6
View File
@@ -48,6 +48,12 @@ extern "C" {
#include "mem.h"
/*-*************************************
* Constants
***************************************/
#define ZSTD_MAGICNUMBER 0xFD2FB525 /* v0.5 */
/*-*************************************
* Types
***************************************/