Hi Eric, Yes, I agree now that there is no point in bringing this to the Austin group.
> Basically, since > %zu is already specified by C99 and POSIX, the only reason that you > would need PRIuSIZE is if you are targetting a non-POSIX system that > lacks %zu in the first place. Right. And additionally, there is PRIuPTR that can be applied to (uintptr_t) size_t_value. Bruno