On Mon, Oct 01, 2001 at 01:56:56PM -0400, Matt Domsch wrote:
> Looking for a bit of insight into the proper way to printf 64-bit values 
> on both IA-32 and IA-64, ideally using the same code.  Take for example:
> 
> (...)
> Thoughts?
> Thanks,
> Matt
> 
Have a macro with value "%llx" or "%lx" and use string concatenation is
a possibility recommended in manual for porting to Itanium I saw
somewhere.

Regards
Tomas Z.



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to