11 lines
197 B
C
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
|