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

}