In message: <20070121131229.014eda2e at Magellan.Leidinger.net>
Alexander Leidinger <netchild at freebsd.org> writes:
: I was thinking more about something like:
: to print identifier to use in the kernel
: sizeof() %zd
: int64_t xyz
: int32_t klm
: ... ...
The last two aren't possible to print without casts, or the PRI_xxx
macros.
Warner