This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Wed, 21 Mar 2012, Carlos O'Donell wrote: > Please clean this up to avoid using %t and ptrdiff_t. > > We should be printing variants of %x. "t" is a modifier on an integer format, such as %x. For example, %tx prints as hex a value from (the unsigned type corresponding to) ptrdiff_t. -- Joseph S. Myers joseph@codesourcery.com
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |