mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 16:07:04 -06:00
12 lines
197 B
C
Executable File
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
|