librocksdb-sys 6.20.3

Native bindings to librocksdb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef LINUX_COMIPLER_H_
#define LINUX_COMIPLER_H_

#ifndef __always_inline
#  define __always_inline inline
#endif

#ifndef noinline
#  define noinline __attribute__((__noinline__))
#endif

#endif // LINUX_COMIPLER_H_