Files
easy7zip/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h
Igor Pavlov d9666cf046 4.44 beta
2016-05-28 00:15:49 +01:00

12 lines
197 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);
#endif