Add memtest support.
[syslinux-debian/hramrach.git] / com32 / include / bitsize64 / stdintconst.h
blob139ab20355232cc2b4d05527799c78383d323a26
1 /*
2 * bits64/stdintconst.h
3 */
5 #define INT_FAST16_C(c) INT64_C(c)
6 #define INT_FAST32_C(c) INT64_C(c)
8 #define UINT_FAST16_C(c) UINT64_C(c)
9 #define UINT_FAST32_C(c) UINT64_C(c)
11 #define INTPTR_C(c) INT64_C(c)
12 #define UINTPTR_C(c) UINT64_C(c)
13 #define PTRDIFF_C(c) INT64_C(c)