Files
easy7zip/7zip/Compress/LZMA_Alone/LzmaBench.h
Igor Pavlov 02516d3fce 4.33 beta
2016-05-28 00:15:46 +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