"Mark D. Baushke" <[EMAIL PROTECTED]> writes: [printf]
> I would not mind seeing both the j and z modifiers > generally implemented. However, as Bruno mentions, > this would likely be a fair amount of overhead just > for those few format characters. I think casting is > good enough for now. z and t can easily be handled by casting, but j cannot. However, for intmax_t you can use PRIdMAX. For that matter, for ptrdiff_t you can use PRIdPTR, which makes it a little bizarre that there is no PRIuSIZE (I like the suggestion that someone made of creating one). -- Ben Pfaff email: [EMAIL PROTECTED] web: http://benpfaff.org