> > #ifndef PRIxPTR > > #define PRIxPTR "x" > > #endif > > That was my intention, but as you note, it may not be correct for all > configurations. What do you think of my suggestion of automatically defining PRIxPTR in c-types.h?