mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 20:07:04 -06:00
4.44 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
804edc5756
commit
d9666cf046
11
CPP/7zip/Compress/LZMA_Alone/LzmaBench.h
Executable file
11
CPP/7zip/Compress/LZMA_Alone/LzmaBench.h
Executable file
@@ -0,0 +1,11 @@
|
||||
// LzmaBench.h
|
||||
|
||||
#ifndef __LzmaBench_h
|
||||
#define __LzmaBench_h
|
||||
|
||||
#include <stdio.h>
|
||||
#include "../../../Common/Types.h"
|
||||
|
||||
int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user