aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/lz4/generated/lz4_ns.h
blob: 8da45bceb58f4694d0e5618ac16497c3d1d9de9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#pragma once
 
#include "iface.h"
 
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

namespace LZ4_NAMESPACE {

#define ONLY_COMPRESS
#include "../lz4.c"

struct TLZ4Methods ytbl = {
    LZ4_compress_default,
}; 
 
}