Re: Printing of off_t and size_t values
Luke Mewburn <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jan 20, 2003 at 09:06:03PM +1100, matthew green wrote: | Is that OK? One option is to leave out the first part and use | PRId64 (and friends) always. | | I volunteer to change all occurances in-tree to whatever we agree | upon (skiping gnu/dist). | | | you can't break "tools" programs. making them require C99 breaks them. if you just use the "PRId64" method, this isn't an issue; you just provide the appropriate #defines required to print a given size on a given host platform in tools/compat (or whatever). luke.