Sha256: 898e7ea8e98f26344e0ef7b700e8a06c2f7d0da825d6e4b222d04bcc4d4a2c66

Contents?: true

Size: 352 Bytes

Versions: 29

Compression:

Stored size: 352 Bytes

Contents

#ifndef LCB_MY_INTTYPES_H
#define LCB_MY_INTTYPES_H
#ifdef __cplusplus
#define __STDC_FORMAT_MACROS
#endif

#if __STDC_VERSION__ >= 199901L || __GNUC__
#include <inttypes.h>
#elif _MSC_VER
#ifndef PRIx64
#define PRIx64 "I64x"
#endif
#ifndef PRIX64
#define PRIX64 "I64x"
#endif

#ifndef PRIu64
#define PRIu64 "I64u"
#endif

#endif /* _MSC_VER */
#endif

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
libcouchbase-1.2.8 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.2.7 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.2.6 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.2.5 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.2.4 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.2.3 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.2.2 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.2.1 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.2.0 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.1.1 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.1.0 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.0.4 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.0.3 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.0.2 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.0.1 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-1.0.0 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-0.3.3 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-0.3.1 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-0.2.0 ext/libcouchbase/tools/common/my_inttypes.h
libcouchbase-0.1.0 ext/libcouchbase/tools/common/my_inttypes.h