> But, PRIxPTR could be any of "x", "lx", and "llx" depending on > platform and addressing mode. Ah. So even #define PRIxPTR "x" won't be right in solaris.h as soon as we start supporting 64 bits on Solaris. Perhaps the right thing is to auto-generate the #ifndef into c-types.h?