Annotation of elwix/tools/oldlzma/SRC/7zip/Compress/LZMA_Alone/LzmaBench.h, revision 1.1.1.1

1.1       misho       1: // LzmaBench.h
                      2: 
                      3: #ifndef __LzmaBench_h
                      4: #define __LzmaBench_h
                      5: 
                      6: #include <stdio.h>
                      7: #include "../../../Common/Types.h"
                      8: 
                      9: int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize, bool isBT4);
                     10: 
                     11: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>