cyclonedds-src 1.0.1

Eclipse CycloneDDS C library source for building from source
Documentation
1
2
3
4
5
6
7
8
9
10
11
#ifndef DDSRT_FIXUP_STDINT_H
#define DDSRT_FIXUP_STDINT_H


#include <sys/int_types.h>
#include <limits.h>

#ifndef UINT32_C
#define UINT32_C(v)  (v ## U)

#endif

#endif /* DDSRT_FIXUP_STDINT_H */