Add memtest support.
[syslinux-debian/hramrach.git] / com32 / include / bitsize32 / stdintconst.h
blob71ece423a66ee4115e2ccb790b7eb1c3307b41de
1 /*
2 * bits32/stdintconst.h
3 */
5 #define INT_FAST16_C(c) INT32_C(c)
6 #define INT_FAST32_C(c) INT32_C(c)
8 #define UINT_FAST16_C(c) UINT32_C(c)
9 #define UINT_FAST32_C(c) UINT32_C(c)
11 #define INTPTR_C(c) INT32_C(c)
12 #define UINTPTR_C(c) UINT32_C(c)
13 #define PTRDIFF_C(c) INT32_C(c)