aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/lz4/generated/lz4_ns.h
blob: 2dfbbf8ccc4b6e848db8b7e12fc0706875732d85 (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,
};

}