7 #define P6PLATFORM_H__ 1
10 #define P6SIZEOF_SHORT 2
11 #define P6SIZEOF_INT 4
12 #define P6SIZEOF_LONG 4
13 #define P6SIZEOF_LONGLONG 8
14 #define P6SIZEOF_FLOAT 4
15 #define P6SIZEOF_DOUBLE 8
16 #define P6SIZEOF_SIZET 8
17 #define P6SIZEOF_WCHAR 2
20 #define P6PRINTF64 "I64"
22 #define P6COMPILE_TIME_ASSERT(name,x) typedef int P6_CTA_ ## name__[(x) ? 1:-1];
23 #define P6MAX_HOSTNAME 1025