Re: ICU4C proposal: Formalizing the ustdio format specifiers
| Newsgroups | gmane.comp.lib.icu.general |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, July 9, 2003, at 04:04 PM, George Rhoten wrote: > %d int32_t Decimal format Note that '%d' in ANSI printf means 'int', with whatever width an int has. ICU uses, everywhere, the stdint.h / inttypes.h style types such as int32_t, etc. This allows for portable code. -steven