blob: 8ec68ab034f14b429cc5339dba74fdc6d283b85a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#include <util/system/defaults.h>
//typedef unsigned int ui32;
//typedef unsigned short int ui16;
#include "table.h"
#include "tables.inc"
struct TQuickLZMethods* GetLzq151Table(unsigned level, unsigned buf) {
return methods_qlz151[level][buf];
}
|