source2006/utils/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h
2020-02-25 05:28:57 +02:00

11 lines
197 B
C

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