Files
easy7zip/7zip/Compress/LZMA_Alone/LzmaBench.h
Igor Pavlov 3c510ba80b 4.20
2016-05-28 00:15:41 +01:00

12 lines
209 B
C
Executable File

// LzmaBench.h
#ifndef __LzmaBench_h
#define __LzmaBench_h
#include <stdio.h>
#include "../../../Common/Types.h"
int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize, bool isBT4);
#endif