libdd-libunwind-sys 1.0.2

Rust bindings for using unwind library inside libdatadog
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// This is an incomplete & imprecice implementation of the
// standard file by the same name

#ifndef ENDIAN_H
#define ENDIAN_H

#define __LITTLE_ENDIAN        1234
#define __BIG_ENDIAN           4321

#define __BYTE_ORDER __LITTLE_ENDIAN

#endif // ENDIAN_H